Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --whitelist--
- if game.Players.LocalPlayer.userId == 436044798 or game.Players.LocalPlayer.userId == 98888844 or game.Players.LocalPlayer.userId == 503666395 or game.Players.LocalPlayer.userId == 374237174
- then
- -- friend list
- print([[
- ___________________________________
- Whitelist system
- sawgamer1
- GuestI1278
- voyqgo
- ___________________________________
- ]])
- function checkfriendlist(model)
- local friend = true
- local target = nil
- if model.ClassName == "Player" then
- target = model
- else
- target = game:GetService("Players"):GetPlayerFromCharacter(model)
- end
- if target ~= nil then
- if target:IsFriendsWith(98888844) then friend = true end
- end
- return friend
- end
- if checkfriendlist(game:GetService("Players").LocalPlayer) == false and not game:GetService("Players").LocalPlayer:FindFirstChild("Kyu's Temp Really blacklist") then
- warn("You're not whitelisted")
- --wait(5)
- --error("Script has been stopped.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement