Advertisement
Karap

Examples script tp to item

Aug 8th, 2023
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --Examples Script Tp to item
  2. for i,v in pairs(game:GetService("Workspace").AnimalFolder:GetDescendants()) do
  3. if v.Name == "TouchInterest" then
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  5. wait(6)
  6. end
  7. end
  8.  
  9. Thai language
  10. สามารถ เปลี่ยนได้เลยครับ
  11.  
  12. English language
  13. You can change anything
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement