Advertisement
FundyRBX

ROBLOX | Notification GUI

Jan 19th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "YourTitle";
  3. Text = "YourDescription";
  4. Duration = 3;
  5. })
  6. -- it's fully editable script.
  7. -- edit the YourTitle and
  8. -- YourDescription to your text.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement