Advertisement
Guest User

After The Flash: Mirage

a guest
Nov 10th, 2019
1,276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for _,v in pairs(workspace:GetDescendants()) do
  2. if v.Name == "Reward" then
  3. v.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement