Как сделать открытие двери ключом(тутор по Roblox Studio)

Published: 09 May 2023
on channel: Linex
4,066
142

Всем привет! В этом видео я покажу как сделать открытие двери с помощью ключа! Поставь лайк и подпишись если хочешь чтобы выходило больше полезных гайдов.



скрипт:
script.Parent.Touched:connect(function(key)
if key.Parent.Name == "Tool" then
script.Parent.Transparency = 1
script.Parent.CanCollide = false
wait(2)
script.Parent.Transparency = 0
script.Parent.CanCollide = true
end
end)


Watch video Как сделать открытие двери ключом(тутор по Roblox Studio) online without registration, duration hours minute second in high quality. This video was added by user Linex 09 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,066 once and liked it 142 people.