LocalDuds

Untitled

Mar 7th, 2019
4,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Connected!"; -- the title (ofc)
  3. Text = "Created by LocalDuds#1036"; -- what the text says (ofc)
  4. Icon = "rbxassetid://2894837096"; -- the image if u want.
  5. Duration = 10; -- how long the notification should in secounds
  6. })
Add Comment
Please, Sign In to add comment