getgenv().options = {
--None, SmoothLocomotion, or teleport (These can be changed in settings)
DefaultMovementMethod = "SmoothLocomotion",
--Default or ThirdPersonTrack (These can be changed in settings)
DefaultCameraOption = "Default",
--Bodyslots or Default (Bodyslots is buggy and)
Inventory = "Bodyslots" ,
--Button to press to jump
JumpButton = Enum.KeyCode.ButtonA,
--==[Advanced Options]
--Character Transparency in First Person
LocalCharacterTransparency = 0.5,
--Maximum angle the neck can turn before the torso turns.
MaxNeckRotation = math.rad(35),
MaxNeckSeatedRotation = math.rad(60),
--Maximum angle the neck can tilt before the torso tilts.
MaxNeckTilt = math.rad(30),
--Maximum angle the center of the torso can bend.
MaxTorsoBend = math.rad(10),
InventorySlots = {
[1] = CFrame.new(-1,-.25,0) * CFrame.Angles(0,math.rad(0),0),
[2] = CFrame.new(1,-.25,0) * CFrame.Angles(0,math.rad(90),0),
[3] = CFrame.new(0,0,.5) * CFrame.Angles(0,math.rad(90),0),
},
--Velocity of part (more = more jitter, but more stable)
NetlessVelocity = Vector3.new(0,-45,0)
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/sethseth6/sauceVR/main/main.lua"))();
Gorilla Tag in Roblox
options = {}
options.HeadScale = 2 -- Headscale of camera (Does not change actual head size)
options.FakeHandsTransparency = 1 -- Transparency of Arm Hitboxes
options.Bubblechat = true -- Force Bubblechat
options.PointerRange = 10 -- Range you can click buttons with your arm
options.TurnDelay = 0.05 -- Delay in sec. for how fast you can turn left and right
options.TurnAngle = 15 -- Change in angle left/right (degrees)
options.ChatEnabled = true -- See chat on your left hand in-game
options.ChatLocalRange = 70 -- Local chat range
loadstring(game:HttpGet("https://raw.githubusercontent.com/sethseth6/sauceVR/extra/ROrilla.lua"))();
TheNexusAvenger
- NexusVR
sauceVR is available under the MIT license. See LICENSE for more details.