Advertisement
Sungmingamerpro13

TeleportPadScript

Oct 14th, 2022
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. script.Parent.Touched:Connect(function(Hit)
  2. local Humanoid = Hit.Parent:FindFirstChild("Humanoid")
  3.  
  4. if Humanoid ~= nil then
  5. Humanoid.Parent.HumanoidRootPart.CFrame = CFrame.new(workspace.TeleportPad2.Position)
  6. end
  7. end)
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement