Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local admins = {'SLINGSHOT540'}
- --====================================--
- ----------------------------------------
- --= Don't change anything under this =--
- --____________________________________--
- --====================================--
- local localplayer = game.Players.LocalPlayer
- spawn(function()
- function adminsonly(name)
- for i = 1,#admins do
- if string.lower(name) == string.lower(admins[i]) then return true
- end
- return false
- end
- end
- end)
- spawn(function()
- if adminsonly(localplayer.Name) or localplayer.userId == game.CreatorId then
- else
- script.Parent:remove()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement