Как сделать телепорт | Roblox Studio

Аватар автора
Roblox Studio Уроки и Туториалы
?》В этом видео я расскажу вам как сделать телепорт. ------------------------------------- ?》Radexin - Канал по гайдам в Roblox Studio,всяким играм. ------------------------------------- ?》Не забудь подписаться и поставить лайк ?: ------------------------------------- ------------------------------------- ?》Скрипт для 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)

0/0


0/0

0/0

0/0