Complete the task for the script . The platform makes revenue off of the in-game purchase of Robux. Play VR without using VR. how do I make it so roblox can simulate VR when nothing VR is … "), local NetworkAccess = coroutine.create(function(), while true do game:GetService("RunService").RenderStepped:Wait(), for _,Players in next, game:GetService("Players"):GetChildren() do, if Players ~= game:GetService("Players").LocalPlayer then, Players.MaximumSimulationRadius = 0.1 Players.SimulationRadius = 0 end end, game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge), game:GetService("Players").LocalPlayer.SimulationRadius = math.huge*math.huge end end), Character.Humanoid.AnimationPlayed:Connect(function(Animation), for _, Track in next, Character.Humanoid:GetPlayingAnimationTracks() do, Platform.CFrame = CFrame.new(0, 10000, 0), Character:MoveTo(Platform.Position + Vector3.new(0, 5, 0)), for _, Part in pairs(Character:GetChildren()) do, function Tween(Object, Style, Direction, Time, Goal), local tweenInfo = TweenInfo.new(Time, Enum.EasingStyle[Style], Enum.EasingDirection[Direction]), local tween = game:GetService("TweenService"):Create(Object, tweenInfo, Goal), for _, Motor in next, Character:GetDescendants() do, if Motor:IsA("Motor6D") and Motor.Part1 == Limb then, local function CreateAlignment(Limb, Part0), local Attachment0 = Instance.new("Attachment", Part0 or Anchor), local Attachment1 = Instance.new("Attachment", Limb), local Orientation = Instance.new("AlignOrientation"), local Position = Instance.new("AlignPosition"), Orientation.Parent = Character.HumanoidRootPart, Position.Parent = Character.HumanoidRootPart, for _, Tool in next, Character:GetChildren() do, if Tool:IsA("Tool") and not Tool.Name:match("LIMB_TOOL") then, for _, Weld in next, Character:GetDescendants() do, if Weld:IsA("Weld") and (Weld.Part0 == Handle or Weld.Part1 == Handle) then, local function CreateAccessory(Accessory, DeleteMeshes), local HatAttachment = Accessory.Handle:FindFirstChildWhichIsA("Attachment"), local HeadAttachment = VirtualRig:FindFirstChild(HatAttachment.Name, true), if Accessory.Handle:FindFirstChild("Mesh") then, local Handle = Accessory:WaitForChild("Handle"), if Handle:FindFirstChildWhichIsA("Weld", true) then, Handle:FindFirstChildWhichIsA("Weld", true):Destroy(), local RightGrip = CreateRightGrip(Handle), for _, Object in pairs(Handle:GetDescendants()) do. Categories: FE Rare Scripts. And then again you need 1 of 2 exploits that I won't name that cost 20 to 15 dollars due to roblox putting simradius stuff into hiddenproperty. 33 min ago, C++ | All Roblox games have been created by its community of players, making it the largest social experience ever. 33 min ago, C++ | It’s not a single game, but rather a collection of more than 50 million games. FE Rare Scripts ROBLOX FE TITAN SCRIPT PASTEBIN 2021. you will become colossal titan if you use this script. roblox vr script. January 4, 2021, 8:41pm #3. Subscribe & turn on notification Like The Video . Never . -- | made by 0866!!!!!!! Get The Script . return Handle, RightGrip, HatAtt, HeadAtt, BasePart; for _, Accessory in next, Character:GetChildren() do, if Accessory:IsA("Accessory") and not UsedAccessories[Accessory] then, local Handle, RightGrip, HatAtt, HeadAtt, BasePart = CreateAccessory(Accessory), table.insert(HeadAccessories, {Handle, RightGrip, HatAtt, HeadAtt, BasePart}), LeftHandle, LeftHandGrip = CreateAccessory(Character:FindFirstChild(AccessorySettings.LeftArm), AccessorySettings.BlockArms), RightHandle, RightHandGrip = CreateAccessory(Character:FindFirstChild(AccessorySettings.RightArm), AccessorySettings.BlockArms), LeftHipHandle, LeftLegGrip = CreateAccessory(Character:FindFirstChild(AccessorySettings.LeftLeg), AccessorySettings.BlockLegs), RightHipHandle, RightLegGrip = CreateAccessory(Character:FindFirstChild(AccessorySettings.RightLeg), AccessorySettings.BlockLegs), TorsoHandle, TorsoGrip = CreateAccessory(Character:FindFirstChild(AccessorySettings.Torso), AccessorySettings.BlockTorso), MoveHead = CreateAlignment(Character["Head"]), MoveRightArm = CreateAlignment(Character["Right Arm"]), MoveLeftArm = CreateAlignment(Character["Left Arm"]), MoveRightLeg = CreateAlignment(Character["Right Leg"]), MoveLeftLeg = CreateAlignment(Character["Left Leg"]), MoveTorso = CreateAlignment(Character["Torso"]), MoveRoot = CreateAlignment(Character.HumanoidRootPart), if Accessory:IsA("Accessory") and Accessory:FindFirstChild("Handle") then, local Attachment1 = Accessory.Handle:FindFirstChildWhichIsA("Attachment"), local Attachment0 = Character:FindFirstChild(tostring(Attachment1), true), print(Attachment1, Attachment0, Accessory), VirtualRig.RightFoot.BodyPosition.Position = CharacterCFrame.p, VirtualRig.LeftFoot.BodyPosition.Position = CharacterCFrame.p, VirtualRig:SetPrimaryPartCFrame(CharacterCFrame), VirtualBody.Humanoid.CameraOffset = Vector3.new(0, StudsOffset, 0), VirtualBody:SetPrimaryPartCFrame(CharacterCFrame), VirtualBody.Humanoid.Died:Connect(function(), if RagdollHeadMovement and RagdollEnabled then, Camera.CameraSubject = VirtualBody.Humanoid, for _, Part in next, VirtualBody:GetChildren() do, for _, Part in next, VirtualRig:GetChildren() do, VirtualRig.RightUpperArm.ShoulderConstraint.RigidityEnabled = true, VirtualRig.LeftUpperArm.ShoulderConstraint.RigidityEnabled = true, local OnMoving = RunService.Stepped:Connect(function(), local Direction = Character.Humanoid.MoveDirection, local Start = VirtualBody.HumanoidRootPart.Position, Character.Humanoid.Jumping:Connect(function(), UserInputService.JumpRequest:Connect(function(), for _, Part in pairs(Character:GetDescendants()) do, if Part:IsA("BasePart") and Part.Name == "Handle" and Part.Parent:IsA("Accessory") then, elseif Part:IsA("BasePart") and Part.Transparency < 0.5 and Part.Name ~= "Head" then, elseif Part:IsA("BasePart") and Part.Name == "Head" then, if not Part:IsA("BasePart") and not Part:IsA("AlignPosition") and not Part:IsA("AlignOrientation") then, local Target = Position - Vector3.new(0, Distance, 0), local Line = Ray.new(Position, (Target - Position).Unit * Distance), local FloorPart, FloorPosition, FloorNormal = workspace:FindPartOnRayWithIgnoreList(Line, {VirtualRig, VirtualBody, Character}), return FloorPart, FloorPosition, FloorNormal, (FloorPosition - Position).Magnitude, return nil, Target, Vector3.new(), Distance, local LX,LZ = CF.lookVector.X,CF.lookVector.Z, return CFrame.new(X,Y,Z) * CFrame.Angles(0,math.atan2(LX,LZ),0), if Character.Humanoid.MoveDirection.Magnitude > 0 then, local PastThreshold = (Foot.Position - Target.Position).Magnitude > MaxDist, local PastTick = tick() - FootUpdateDebounce >= 2, local RightFooting = VirtualRig.RightFoot.BodyPosition, local LeftFooting = VirtualRig.LeftFoot.BodyPosition, (LowerTorso.Position - RightFooting.Position).Y > 4, (LowerTorso.Position - LeftFooting.Position).Y > 4, ((LowerTorso.Position - RightFooting.Position) * Vector3.new(1, 0, 1)).Magnitude > 4, ((LowerTorso.Position - LeftFooting.Position) * Vector3.new(1, 0, 1)).Magnitude > 4, if not VirtualRig:FindFirstChild("LowerTorso") then, local Floor, FloorPosition, FloorNormal, Dist = FloorRay(VirtualRig.LowerTorso, 3), CFrame.new(FootPlacementSettings.RightOffset) -, Character.Humanoid.MoveDirection * (VirtualBody.Humanoid.WalkSpeed / 8) * 2, if FootReady(VirtualRig.RightFoot, FootTarget) then, VirtualRig.RightFoot.BodyPosition.Position = FootTarget.p, VirtualRig.RightFoot.BodyGyro.CFrame = Flatten(VirtualRig.LowerTorso.CFrame), CFrame.new(FootPlacementSettings.LeftOffset) -, if FootReady(VirtualRig.LeftFoot, FootTarget) then, VirtualRig.LeftFoot.BodyPosition.Position = FootTarget.p, VirtualRig.LeftFoot.BodyGyro.CFrame = Flatten(VirtualRig.LowerTorso.CFrame), local Positioning = VirtualRig.UpperTorso.CFrame, if not TorsoGrip or not TorsoGrip.Parent then, TorsoGrip.C0 = TorsoGrip.C0:Lerp(WeldBase.CFrame:ToObjectSpace(Positioning * CFrame.new(0, -0.25, 0) * AccessorySettings.LimbOffset), Smoothness), MoveTorso(Positioning * CFrame.new(0, -0.25, 0)), MoveRoot(Positioning * CFrame.new(0, -0.25, 0)), if not RightHipHandle or not RightHipHandle.Parent then, RightLegGrip = CreateRightGrip(RightHipHandle), RightLegGrip.C0 = RightLegGrip.C0:Lerp(WeldBase.CFrame:ToObjectSpace(Positioning * AccessorySettings.LimbOffset), Smoothness), if not LeftLegGrip or not LeftLegGrip.Parent then, LeftLegGrip = CreateRightGrip(LeftHipHandle), LeftLegGrip.C0 = LeftLegGrip.C0:Lerp(WeldBase.CFrame:ToObjectSpace(Positioning * AccessorySettings.LimbOffset), Smoothness), local function OnUserCFrameChanged(UserCFrame, Positioning, IgnoreTorso), local Positioning = Camera.CFrame * Positioning, if UserCFrame == Enum.UserCFrame.Head and AccessorySettings.Head then, local Handle, RightGrip, HatAtt, HeadAtt, BasePart = unpack(Table), if not RightGrip or not RightGrip.Parent then, LocalPositioning = BasePart.CFrame * HeadAtt, RightGrip.C0 = RightGrip.C0:Lerp(WeldBase.CFrame:ToObjectSpace(LocalPositioning), Smoothness), elseif RightHandle and UserCFrame == Enum.UserCFrame.RightHand and AccessorySettings.RightArm then, if not RightHandGrip or not RightHandGrip.Parent then, RightHandGrip = CreateRightGrip(RightHandle), HandPosition = HandPosition * CFrame.new(0, 0, 1), local HeadRotation = Camera.CFrame - Camera.CFrame.p, HandPosition = VirtualRig.RightUpperArm.CFrame:Lerp(VirtualRig.RightLowerArm.CFrame, 0.5) * AccessorySettings.LimbOffset, --LocalPositioning = (HeadRotation + (HandPosition * CFrame.new(0, 0, 1)).p) * CFrame.Angles(math.rad(-45), 0, 0), LocalPositioning = HandPosition * CFrame.new(0, 0, 1) * CFrame.Angles(math.rad(-180), 0, 0), VirtualRig.RightUpperArm.Aim.MaxTorque = Vector3.new(math.huge, math.huge, math.huge), VirtualRig.RightUpperArm.Aim.CFrame = Camera.CFrame * AccessorySettings.LimbOffset, elseif VirtualRig.RightUpperArm.Aim.MaxTorque ~= Vector3.new(0, 0, 0) then, VirtualRig.RightUpperArm.Aim.MaxTorque = Vector3.new(0, 0, 0), RightHandGrip.C0 = RightHandGrip.C0:Lerp(WeldBase.CFrame:ToObjectSpace(HandPosition), Smoothness), if EquippedTool and EquippedTool:FindFirstChild("Handle") then, local EquippedGrip = GetGripForHandle(EquippedTool.Handle), EquippedGrip.C0 = EquippedGrip.C0:Lerp(ArmBaseCFrame:ToObjectSpace(LocalPositioning), Smoothness), elseif LeftHandle and UserCFrame == Enum.UserCFrame.LeftHand and AccessorySettings.LeftArm then, if not LeftHandGrip or not LeftHandGrip.Parent then, LeftHandGrip = CreateRightGrip(LeftHandle), HandPosition = VirtualRig.LeftUpperArm.CFrame:Lerp(VirtualRig.LeftLowerArm.CFrame, 0.5) * AccessorySettings.LimbOffset, VirtualRig.LeftUpperArm.Aim.MaxTorque = Vector3.new(math.huge, math.huge, math.huge), VirtualRig.LeftUpperArm.Aim.CFrame = Camera.CFrame * AccessorySettings.LimbOffset, elseif VirtualRig.LeftUpperArm.Aim.MaxTorque ~= Vector3.new(0, 0, 0) then, VirtualRig.LeftUpperArm.Aim.MaxTorque = Vector3.new(0, 0, 0), LeftHandGrip.C0 = LeftHandGrip.C0:Lerp(WeldBase.CFrame:ToObjectSpace(HandPosition), Smoothness), if UserCFrame == Enum.UserCFrame.Head and RagdollHeadMovement then, elseif UserCFrame == Enum.UserCFrame.RightHand then, Positioning = VirtualRig.RightUpperArm.CFrame:Lerp(VirtualRig.RightLowerArm.CFrame, 0.5), Positioning = Positioning * CFrame.new(0, 0, 1), Positioning = Positioning * AccessorySettings.LimbOffset, elseif UserCFrame == Enum.UserCFrame.LeftHand then, Positioning = VirtualRig.LeftUpperArm.CFrame:Lerp(VirtualRig.LeftLowerArm.CFrame, 0.5), if UserCFrame == Enum.UserCFrame.Head then, elseif UserCFrame == Enum.UserCFrame.RightHand and VRReady then, VirtualRig.RightHand.CFrame = Positioning, elseif UserCFrame == Enum.UserCFrame.LeftHand and VRReady then, if not VRReady and VirtualRig.LeftHand.Anchored then, elseif VRReady and not VirtualRig.LeftHand.Anchored then, local CFrameChanged = VRService.UserCFrameChanged:Connect(OnUserCFrameChanged), local OnStepped = RunService.Stepped:Connect(function(), for _, Part in pairs(VirtualRig:GetChildren()) do, for _, Player in pairs(Players:GetPlayers()) do, if Player ~= Client and Player.Character then, local Descendants = Player.Character:GetDescendants(), local OnRenderStepped = RunService.Stepped:Connect(function(), Character.HumanoidRootPart.CFrame = VirtualRig.UpperTorso.CFrame, Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0), OnUserCFrameChanged(Enum.UserCFrame.Head, CFrame.new(0, 0, 0)), OnUserCFrameChanged(Enum.UserCFrame.RightHand, CFrame.new(0, 0, 0), true), OnUserCFrameChanged(Enum.UserCFrame.LeftHand, CFrame.new(0, 0, 0), true), local OnInput = UserInputService.InputBegan:Connect(function(Input, Processed), if Input.KeyCode == Enum.KeyCode.LeftControl or Input.KeyCode == Enum.KeyCode.ButtonL2 then, Tween(VirtualBody.Humanoid, "Elastic", "Out", 1, {, CameraOffset = Vector3.new(0, StudsOffset - 1.5, 0), if RagdollEnabled and RagdollHeadMovement then, if Input.KeyCode == Enum.KeyCode.LeftShift or Input.KeyCode == Enum.KeyCode.ButtonR2 then, Tween(VirtualBody.Humanoid, "Sine", "Out", 1, {, if not VRReady and Input.UserInputType == Enum.UserInputType.MouseButton1 then, if not VRReady and Input.UserInputType == Enum.UserInputType.MouseButton2 then, if VRReady and Input.KeyCode == Enum.KeyCode.ButtonY then, local OnInputEnded = UserInputService.InputEnded:Connect(function(Input, Processed), CameraOffset = Vector3.new(0, StudsOffset, 0), OnReset = Client.CharacterAdded:Connect(function(), local Pointer = game:GetObjects("rbxassetid://4476173280")[1], Pointer.Target.ParticleEmitter.Enabled = false, local RenderStepped = RunService.RenderStepped:Connect(function(), local RightHand = Camera.CFrame * VRService:GetUserCFrame(Enum.UserCFrame.RightHand), local Target = RightHand * CFrame.new(0, 0, -10), local Line = Ray.new(RightHand.p, (Target.p - RightHand.p).Unit * 128), local Part, Position = workspace:FindPartOnRayWithIgnoreList(Line, {VirtualRig, VirtualBody, Character, Pointer}), local Distance = (Position - RightHand.p).Magnitude, Pointer.Target.Position = Vector3.new(0, 0, -Distance), local Input = UserInputService.InputBegan:Connect(function(Input), if Input.KeyCode == Enum.KeyCode.ButtonB then, Pointer.Beam.Enabled = not Pointer.Beam.Enabled, Pointer.Target.ParticleEmitter.Enabled = not Pointer.Target.ParticleEmitter.Enabled, CharacterAdded = Client.CharacterAdded:Connect(function(), local ch = game.Players.LocalPlayer.Character, local prt=Instance.new("Model", workspace), local ChatHUD = game:GetObjects("rbxassetid://4476067885")[1], ChatHUD.Parent = game:GetService("CoreGui"), local Highlight = Global.Frame.BackgroundColor3, local Deselected = Local.Frame.BackgroundColor3, Global.Frame.BackgroundColor3 = Highlight, Local.Frame.BackgroundColor3 = Deselected, Global.Frame.BackgroundColor3 = Deselected, Global.MouseButton1Down:Connect(OpenGlobalTab), Local.MouseButton1Down:Connect(OpenLocalTab), Global.MouseButton1Click:Connect(OpenGlobalTab), Local.MouseButton1Click:Connect(OpenLocalTab), if Sender.Character and Sender.Character:FindFirstChild("Head") then, return math.floor((Sender.Character.Head.Position - Camera:GetRenderCFrame().p).Magnitude + 0.5), local function NewGlobal(Message, Sender, Color), Frame.Text = ("[%s]: %s"):format(Sender.Name, Message), Frame.User.Text = ("[%s]:"):format(Sender.Name), local function NewLocal(Message, Sender, Color, Dist), Frame.Text = ("(%s) [%s]: %s"):format(tostring(Dist), Sender.Name, Message), Frame.User.Text = ("(%s) [%s]:"):format(tostring(Dist), Sender.Name), local function OnNewChat(Message, Sender, Color), if not ChatHUD or not ChatHUD.Parent then return end, local Distance = GetPlayerDistance(Sender), if Distance and Distance <= ChatLocalRange then, NewLocal(Message, Sender, Color, Distance), Players.PlayerAdded:Connect(OnPlayerAdded), if Input.KeyCode == Enum.KeyCode.ButtonX then, local LeftHand = VRService:GetUserCFrame(Enum.UserCFrame.LeftHand), ChatPart.CFrame = Camera.CFrame * LeftHand, local ViewportRange = ViewportRange or 32, local ViewHUD = script:FindFirstChild("ViewHUD") or game:GetObjects("rbxassetid://4480405425")[1], ViewHUD.Parent = game:GetService("CoreGui"), Viewcam.CameraType = Enum.CameraType.Scriptable, local function GetPart(Name, Parent, Descendants), if Part.Name == Name and Part.Parent.Name == Parent then, if not ViewHUD or not ViewHUD.Parent then return end, local Root = FakeChar:FindFirstChild("HumanoidRootPart") or FakeChar:FindFirstChild("Head"), local Descendants = FakeChar:GetDescendants(), local RealDescendants = Character:GetDescendants(), FakeChar.Humanoid.DisplayDistanceType = "None", local Real = Part:IsA("BasePart") and GetPart(Part.Name, Part.Parent.Name, RealDescendants), table.insert(Correspondents, {Part, Real}), RenderConnection = RunService.RenderStepped:Connect(function(), if not Character or not Character.Parent then, if (Root and (Root.Position - Camera.CFrame.p).Magnitude <= ViewportRange) or Player == Client or not Root then, local Part, Real = unpack(Correspondents[i]), if Part and Real and Part.Parent and Real.Parent then, elseif Part.Parent and not Real.Parent then, Player.CharacterAdded:Connect(CharacterAdded), local PlayerAdded = Players.PlayerAdded:Connect(OnPlayerAdded), Viewport.Position = UDim2.new(.62, 0, .89, 0), Viewport.AnchorPoint = Vector2.new(.5, 1), Viewport.Size = UDim2.new(0.3, 0, 0.3, 0), Render = Render * VRService:GetUserCFrame(Enum.UserCFrame.Head), CameraPort = CFrame.new(Render.p + Vector3.new(5, 2, 0), Render.p), ViewPart.CFrame = Render * CFrame.new(0, 0, -16), ViewHUD.Size = UDim2.new(0, Scale.X - 6, 0, Scale.Y - 6), JavaScript |