Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- for i,v in pairs(game.Workspace:GetDescendants()) do
- if v.ClassName == "TouchTransmitter" then
- v.Parent.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(5,0,0)
- end
- end
- for i,v in pairs(game.Workspace:GetChildren()) do
- 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
- game.Players.LocalPlayer.Character:MoveTo(v.Position)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement