Advertisement
Burkino

Untitled

Apr 6th, 2020
4,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for _,v in pairs(workspace.EffectsBin:GetDescendants()) do
  2. if v.Name == "CollectableItem" then
  3. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  4. end
  5. end
  6. wait()
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(120.760399, 96.0576782, -357.129639)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement