[ad_1]
Created by Nightmare Tabby
Features:
[Ghost Coin Autofarm] – but it breaks when you die and needs to be reexecuted. I normally just autoclick execute :/
game.ReplicatedStorage.Remotes.RequestGhostSpawn:InvokeServer()
while true do
for i, v in pairs(game.Workspace.GhostCoins:GetChildren()) do
if v:IsA("MeshPart") then
local Player = game.Players.LocalPlayer.Character
local Target = v.CFrame
Player.HumanoidRootPart.CFrame = CFrame.new(Target.Position.X, Target.Position.Y, Target.Position.Z)
end
end
wait(0.25)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]