Advertisement
matekaOSF2

Untitled

Oct 20th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.Coins:GetChildren()) do
  2. if v.Name == "Coin" then
  3. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(math.random(-15,10),0,math.random(-12,10))
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement