Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(workspace.FoodObjects:GetChildren()) do
- if v.Transparency == 1 then
- print("Yeah dont TP to that")
- else
- RootPart.CFrame = v.CFrame
- wait(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment