Advertisement
Guest User

Tp item

a guest
Dec 29th, 2018
2,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
  7.  
  8.  
  9. for i,v in pairs(game.Workspace:GetChildren()) do
  10. if v.Name == "HollowFruit" or v.Name=="PawFruit" or v.Name =="MagmaFruit" or v.Name =="ThunderFruit" or v.Name == "IceFruit" or v.Name == "FireFruit" then
  11. game.Players.LocalPlayer.Character:MoveTo(v.Position)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement