AnthonyJohn14

gorilla tag script

Jan 9th, 2022 (edited)
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. --THIS SCRIPT REQUIRES A VR HEADSET!
  2. --SYNAPSE X ONLY!
  3.  
  4. options = {}
  5.  
  6. options.HeadScale = 2 -- Headscale of camera (Does not change actual head size)
  7. options.FakeHandsTransparency = 1 -- Transparency of Arm Hitboxes
  8. options.Bubblechat = true -- Force Bubblechat
  9.  
  10. options.PointerRange = 10 -- Range you can click buttons with your arm
  11.  
  12. options.TurnDelay = 0.05 -- Delay in sec. for how fast you can turn left and right
  13. options.TurnAngle = 15 -- Change in angle left/right (degrees)
  14.  
  15. options.ChatEnabled = true -- See chat on your left hand in-game
  16. options.ChatLocalRange = 70 -- Local chat range
  17.  
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/saucekid/sauceVR/main/extra/ROrilla.lua"))();
  19.  
  20.  
  21. --JOIN THE DISCORD SERVER: https://discord.gg/Qpg6qr62qM
  22.  
  23. --SUBSCRIBE TO OUR CHANNEL: https://www.youtube.com/channel/UC4H-RU4wSSPeUD6KenwN1hA
Add Comment
Please, Sign In to add comment