LuongLoiNhoi

Hack [Alpha]steve's one piece Chest Tp

Oct 27th, 2018
177
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
Add Comment
Please, Sign In to add comment