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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. --[[ Items needed for this script:
  2. https://www.roblox.com/catalog/7192664790/Casual-Sweats-Gray
  3. https://www.roblox.com/bundles/872/Roblox-Sneakers-Gray
  4. (optional) https://www.roblox.com/catalog/6984765766/Zip-Hoodie-Orange
  5. DO NOT WEAR TOOLS or else you die]]--
  6. local thing = game.Players.LocalPlayer.Character
  7. local originalpos = thing.HumanoidRootPart.CFrame
  8. thing.HumanoidRootPart.CFrame = CFrame.new(0,100000000000,0)
  9. thing.RightUpperLeg:Destroy()
  10. wait(0.5)
  11. thing.LeftUpperLeg:Destroy()
  12. wait(0.5)
  13. thing.LeftUpperArm:Destroy()
  14. wait(0.5)
  15. thing.UpperTorso.Waist:Destroy()
  16. wait()
  17. thing.HumanoidRootPart.CFrame = originalpos
  18. --by padero#0001



  • Recent Roblox Scripts