Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = game.Players
- local i = p:GetUserThumbnailAsync(p.LocalPlayer.UserId,Enum.ThumbnailType.AvatarBust,Enum.ThumbnailSize.Size420x420)
- game.StarterGui:SetCore("SendNotification",{
- ["Title"] = ("Hi %s !!"):format(p.LocalPlayer.Name),
- ["Text"] = "Have fun using Spero",
- ["Icon"] = i,
- ["Duration"] = 12,
- })
Advertisement
Add Comment
Please, Sign In to add comment