Joriangames

Roblox Seamless Teleport (script)

Mar 1st, 2023 (edited)
2,093
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. --[[
  2. Thanks for using this script
  3. Want to know how to use this and script explanation?
  4. Check the video here: https://youtu.be/oXBi18J--Xo
  5. ]]
  6. game.Players.PlayerAdded:Connect(function(plr)
  7.  
  8.     local canTouch = Instance.new("BoolValue", plr)
  9.     canTouch.Value = true
  10.     canTouch.Name = "canTouch"
  11.  
  12.  
  13. end)
  14.  
Advertisement
Add Comment
Please, Sign In to add comment