Advertisement
Guest User

Teleport script/Roblox studio

a guest
Nov 18th, 2017
3,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. --Yhis script will make your part go to a decent position
  2. --You can learn this script easily
  3.  
  4. part = script.parent
  5. wait(2)
  6. warn ("brick is about to teleport")
  7.  
  8. part.Position = Vector3.new(--position)
  9. print ("brick teleported")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement