toonrun123

Ski Resort Money Script

Aug 18th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetDescendants()) do
  2.     if v:IsA("TouchTransmitter") then
  3.         if v.Parent.Name == "Coin" then
  4.             wait(.01)
  5.             v.Parent.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  6.         end
  7.     end
  8. end
Add Comment
Please, Sign In to add comment