The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Fe Upside Down script pastebin roblox
By Fe Upside Down on 2024-11-11 08:00 am | Syntax: LUA | Views: 12



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local lp = game:GetService("Players").LocalPlayer
  2. local c = lp.Character
  3. local hrp0 = c:FindFirstChild("HumanoidRootPart")
  4. local hrp1 = hrp0:Clone()
  5. c.Parent = nil
  6. hrp0.Parent = hrp1
  7. hrp0.RootJoint.Part0 = nil
  8. hrp1.Parent = c
  9. c.Parent = workspace
  10. local h = game:GetService("RunService").Heartbeat
  11. hrp0.Transparency = 0.5
  12. while h:Wait() and c and c.Parent do
  13.     hrp0.CFrame = hrp1.CFrame
  14.     hrp0.Orientation += Vector3.new(0, 0, 180)
  15.     hrp0.Position -= Vector3.new(0, 1, 0)
  16.     hrp0.Velocity = hrp1.Velocity
  17. end