seko_896

Como Teletransportarte con un bloque

Jan 29th, 2024
894
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. -SCRIPT -
  2.  
  3. function onTouch(part) if part.Parent.Humanoid ~=nil then
  4.  
  5. part.Parent:MoveTo(script.Parent.Parent.T ele2.Position)
  6.  
  7. script.Parent.Parent.Tele2.Script.Disabled
  8.  
  9. = true
  10.  
  11. wait(2)
  12.  
  13. script.Parent.Parent.Tele2.Script.Disabled
  14.  
  15. = false
  16.  
  17. end
  18.  
  19. end
  20.  
  21. script.Parent.Touched:connect(onTouch)
Advertisement
Comments
  • Avajos
    1 year (edited)
    Comment was deleted
Add Comment
Please, Sign In to add comment