Advertisement
joshclark576

fe get network ownership

Feb 10th, 2020
2,153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. spawn(function()
  2. while true do
  3. game.Players.LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)*math.huge
  4. game.Players.LocalPlayer.SimulationRadius = math.pow(math.huge,math.huge)*math.huge
  5. game:GetService("RunService").Stepped:wait()
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement