КАК СДЕЛАТЬ ТЕЛЕПОРТ В РОБЛОКС

Аватар автора
Superstar_30141
Подпишись и поставь лайк local tp1 = script.Parent.tp1 local tp2 = script.Parent.tp2 tp1.Touched:Connect(function(hit) local w = hit.Parent:FindFirstChild("HumanoidRootPart") if w then w.CFrame = tp2.CFrame + Vector3.new(0, 5, 0) tp2.CanTouch = false wait(1) tp2.CanTouch = true end end) tp2.Touched:Connect(function(hit) local w = hit.Parent:FindFirstChild("HumanoidRootPart") if w then w.CFrame = tp1.CFrame + Vector3.new(0, 5, 0) tp1.CanTouch = false wait(1) tp1.CanTouch = true end end)

0/0


0/0

0/0

0/0