Advertisement
ScubaBotScripts

lol

Feb 22nd, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. settings().Physics.AllowSleep=false;
  2. for i,v in next,game:service"Players":GetPlayers() do
  3. if v~=game:service"Players"["LocalPlayer"] then
  4. v.MaximumSimulationRadius=0.001;
  5. v.SimulationRadius=0;
  6. end
  7. end
  8. game:service"Players"["LocalPlayer"].MaximumSimulationRadius=math.pow(1/0,1/0);
  9. game:service"Players"["LocalPlayer"].SimulationRadius=1/0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement