Advertisement
thi2004

Untitled

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