local Players = game:GetService("Players")
local LocalPlayer = Players.LocalPlayer
task.spawn(function()
while task.wait(1.5) do
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v:FindFirstChild("RareEffect") then
local RareEffect = v:FindFirstChild("RareEffect")
local Coin = RareEffect.Parent
LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Coin.Position)
end
end
end
end)
Other Script
Nothing more
Try to find another one or change filters or page.