Psychic Playground
1
getgenv().Farm = true
while getgenv().Farm == true do task.wait()
pcall(function()
for i,v in pairs(game:GetService("Workspace").EnergyOrbs:GetChildren()) do
if v.Name == "EnergyOrb" then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.EnergyOrbs.EnergyOrb.CFrame
end
end
end)
end
Copy Scripts From Above Code Boxes & Paste Them into Script Executor
Please Disable Your Antivirus Before Using Roblox Scripts
If You Find Any Broken Script Please Contact us Through Comments
Comment Your Queries And Requests In The Specific Script Comment Box.