Advertisement
rrixh

owner of roblox has joined

Jul 18th, 2023
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local lulas = "lulaslollipop" -- **xhange "playerName" with the name of the person u want to xhexk for that joins **
  2.  
  3. game:GetService'Players'.PlayerAdded:Connect(function(player)
  4. if player.Name == lulas then
  5. -- game:ReplikatedStorage.ownerofrblx
  6. game.StarterGui:SetCore("SendNotification", {
  7. Title = "OWNER OF ROBLOX HAS JOINED THE GAME";
  8. Text = "🍭😍😋🍭";
  9.  
  10. })
  11. end
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement