Advertisement
Scriptorz5

despacito 2.1

Jul 26th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(game.Workspace.Drops:GetChildren()) do
  3. if v.Name == "DCoin" or "Dbux" then
  4. v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement