Advertisement
PG_MCVN

One Piece Destiny

Dec 25th, 2018
11,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetDescendants()) do
  2. if v.ClassName == "ClickDetector" then
  3. v.Parent.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(5,0,0)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement