Advertisement
FurkingBoi

Magic Simulator

Nov 25th, 2019
3,550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. game:GetService('RunService').Stepped:connect(function()
  3. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  4. end)
  5. while wait() do
  6. for i,v in pairs(game.workspace.Storage.Coins:GetDescendants()) do
  7. if v.Name == "CoinClone" or v.Name == "CoinBox" or v.Name == "Balloon" then
  8. pl.CFrame = v.CFrame
  9. wait(0.1)
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement