Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- --
- game.StarterGui:SetCore("SendNotification", {
- Title = "UTG";
- Text = "Script Has Been Loaded";
- Icon = "rbxassetid://8832763047";
- Duration = 10;
- Callback = NotificationBindable;
- })
Advertisement
Add Comment
Please, Sign In to add comment