athoi21

Untitled

Oct 9th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local p = game.Players
  2. local i = p:GetUserThumbnailAsync(p.LocalPlayer.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420)
  3.  
  4. game.StarterGui:SetCore("SendNotification",{
  5. ["Title"] = ("Hi %s !!"):format(p.LocalPlayer.Name),
  6. ["Text"] = "Have fun using Spero",
  7. ["Icon"] = i,
  8. ["Duration"] = 12,
  9. })
Advertisement
Add Comment
Please, Sign In to add comment