Advertisement
EmanueleBM

Untitled

Dec 11th, 2017
2,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. AQUI ESTA EL SCRIPT GENTE!
  2. ACUERDENSE DE QUE ESTE SCRIPT VA EN LOS DOS TELETRANSPORTADORES Y EN LA ZONA EN LA QUE USTEDES VAN A TOCAR
  3.  
  4. script.Parent.Touched:connect(function(hit)
  5. if hit.Parent:FindFirstChild('Humanoid') then
  6. hit.Parent.HumanoidRootPart.CFrame = CFrame.new(0,0,0) -- replace this with the position of the opposite teleport pad
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement