The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
FE Epic CLOVR Script (Newer version and not patched) script pastebin roblox
By FE Epic CLOVR Script (Newer version and not patched) on 2024-09-22 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. local Heartbeat = game:GetService("RunService").Heartbeat
  3.  
  4. Heartbeat:Connect(function()
  5.     LocalPlayer.MaximumSimulationRadius = math.huge
  6.     sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge)
  7. end)
  8.  
  9. wait(0.3)
  10.  
  11.     -- when you reset make sure to re-execute this or just make this execute in a loop
  12. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  13.     if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  14.     game:GetService("RunService").Heartbeat:connect(function()
  15.     v.Velocity = Vector3.new(-30,0,0)
  16.     end)
  17.     end
  18.     end
  19.  
  20.  
  21.     game:GetService("StarterGui"):SetCore("SendNotification", {
  22.         Title = "Netless Ran";
  23.         Text = "Now Running VR";
  24.         Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  25.     Duration = 16;
  26.    
  27.         game:GetService("StarterGui"):SetCore("SendNotification", {
  28.         Title = "Credits";
  29.         Text = "VR Script made by ShownApe#7272 in the ONEReverseCard's Discord and Netless by Nullware";
  30.         Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  31.     Duration = 16;
  32.  
  33. wait(0.5)
  34.  
  35.  
  36. game:GetService("StarterGui"):SetCore("SendNotification", {
  37.         Title = "Credits";
  38.         Text = "ONEReverseCard's Discord is copied to your clipboard.";
  39.         Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  40.     Duration = 16;
  41.  
  42.  
  43. setclipboard("https://discord.gg/Hbq3TgAJbB")
  44.  
  45. wait(1)
  46.  
  47. loadstring(game:HttpGet("https://raw.githubusercontent.com/ShownApe/VR-Scripts/main/clovr_tool_holding_netless.lua"))()



  • Recent Roblox Scripts