Advertisement
1e_0

Untitled

Oct 20th, 2021
1,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. -- ! Execute after Nullware V2 has been executed ! --
  2. -- If you experience anymore issues please join their discord server: discord.gg/nullware --
  3.  
  4. local LocalPlayer = game:GetService("Players").LocalPlayer
  5. local Heartbeat = game:GetService("RunService").Heartbeat
  6.  
  7. Heartbeat:Connect(function()
  8.     LocalPlayer.MaximumSimulationRadius = math.huge
  9.     sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement