Advertisement
dkg_yt

Untitled

Jan 12th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2. Title = "SpaceWare";
  3. Text = "Welcome " .. game:GetService("Players").LocalPlayer.Name;
  4. Duration = 5;
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement