All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Fe Beacon

The Fe Beacon code is below. Copy & inject it into the game. Enjoy!

--[[ Items needed for this script:
https://www.roblox.com/catalog/7192664790/Casual-Sweats-Gray
https://www.roblox.com/bundles/872/Roblox-Sneakers-Gray
(optional) https://www.roblox.com/catalog/6984765766/Zip-Hoodie-Orange
DO NOT WEAR TOOLS or else you die]]--
local thing = game.Players.LocalPlayer.Character
local originalpos = thing.HumanoidRootPart.CFrame
thing.HumanoidRootPart.CFrame = CFrame.new(0,100000000000,0)
thing.RightUpperLeg:Destroy()
wait(0.5)
thing.LeftUpperLeg:Destroy()
wait(0.5)
thing.LeftUpperArm:Destroy()
wait(0.5)
thing.UpperTorso.Waist:Destroy()
wait()
thing.HumanoidRootPart.CFrame = originalpos
--by padero#0001