TheExploitGuy

little world script

Feb 8th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local RootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  2.  
  3. for i,v in pairs(workspace.FoodObjects:GetChildren()) do
  4. if v.Transparency == 1 then
  5. print("Yeah dont TP to that")
  6. else
  7. RootPart.CFrame = v.CFrame
  8. wait(1)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment