Advertisement
scriptingtales

VR script

Mar 26th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. game["Run Service"].RenderStepped:connect(function()
  2. settings().Physics.AllowSleep = false
  3. setsimulationradius(math.huge*math.huge,math.huge*math.huge)
  4. end)
  5.  
  6. print("Loaded Network Ownership Bypass!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement