How to make a game like DOORS 👁️ in Roblox Studio | Part 1

Опубликовано: 30 Октябрь 2022
на канале: InvertedDL
668
11

Credit to RojoEFE for the description
❗📃 [PRESS SHOW MORE] 📃❗

Learn how to make doors in Roblox Studio in this quick and easy tutorial! This will help you create a working door in your game that players can enter and exit.

In this first part of the tutorial, we'll show you how to create a simple door in Roblox Studio. After watching this video, you'll be able to create doors in your games and make them work like real doors!

Context: Roblox doors in roblox studio how to make a working door

🗣️MY SECOND CHANNEL: I don't have one lol 🥈

🗿MY SHORTS CHANNEL: I don't have one lol 🥉

💪 Join my Clan! Just put DL_ in your display name! 😉

👤Follow me on Roblox: https://www.roblox.com/users/36176998... 👤

👥 Join my Roblox Group: https://www.roblox.com/groups/1584014... 👥

👕 Want my Roblox Shirts? Buy them here! https://www.roblox.com/catalog?Catego...
https://www.roblox.com/groups/1584014... 👕

👉 Check out my playlists if you want to watch a specific type of content made by me:    / dlteevplayz   👈

local door = script.Parent
local one = door.One
local two = door.Two
local Sound = door.Sound

local function open()
one.Transparency = 1
one.CanTouch = false
one.CanCollide = false
two.Transparency = 0
Sound:Play()
end

one.Touched:connect(open)

#️⃣ #InvertedDL #robloxstudio #doors #️⃣


Смотрите видео How to make a game like DOORS 👁️ in Roblox Studio | Part 1 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь InvertedDL 30 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 66 раз и оно понравилось 1 людям.