Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i,v in pairs(game.Workspace.Drops:GetChildren()) do
- if v.Name == "DCoin" or "Dbux" then
- v.CFrame = CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement