Как сделать телепорт | Roblox Studio
Описание
?》Daniel - https://www.youtube.com/channel/UCgZJAn9bbUCYIYh-a5ZhyTw
?》В этом видео я расскажу вам как сделать телепорт.
-------------------------------------
?》Radexin - Канал по гайдам в Roblox Studio,всяким играм.
-------------------------------------
?》Не забудь подписаться и поставить лайк ?:
?》Канал Radexin - https://www.youtube.com/channel/UC71X97kV2-7VIVfKMdt2JbQ?view_as=subscriber
?》Мой профиль в роблокс - https://web.roblox.com/users/748372389/profile
-------------------------------------
?》Наш дискорд - https://discord.gg/dx7HSNF
-------------------------------------
?》Скрипт для 2 телепортов -
script.Parent.Touched:Connect(function(hit)
if game.Players:GetPlayerFromCharacter(hit.Parent) then
if script.Parent.Locked == false and script.Parent.Parent.Teleport2.Locked == false then
script.Parent.Locked = true
script.Parent.Parent.Teleport2.Locked = true
hit.Parent:MoveTo(workspace.Teleport2.Position)
wait(1)
script.Parent.Locked = false
script.Parent.Parent.Teleport2.Locked = false
end
end
end)
?》Скрипт для 1 телепорта -
script.Parent.Touched:Connect(function(hit)
if game.Players:GetPlayerFromCharacter(hit.Parent) then
hit.Parent.HumanoidRootPart.CFrame = workspace.Teleport2.CFrame
end
end)
Рекомендуемые видео















