HOW TO MAKE A E TO OPEN A GUI 🛠️ Roblox Studio Tutorial

Опубликовано: 20 Май 2023
на канале: Itz_FloppyFish
135,259
7.5k

In todays video I show you how to make a E to open a Gui. I Hope you enjoyed the video, Have a lovely rest of your day! If you are a bit confused what to do, Feel free to message me on Discord and Ill help you out!

If you would like to support me even more, Super Thanks is also another way to show your appreciation!

🌟 Floppys Discord Server:   / discord  

Script 1(Local Script, Screen Gui):


local ProximityPrompt = game.Workspace.YourPartName.ProximityPrompt -- Change "YourPartName" to the name of your part which has the Proximity Prompt
local Gui = script.Parent.Frame --Your Gui which you want to open when someone triggers the Proximity Prompt

ProximityPrompt.Triggered:Connect(function()
Gui.Visible = true
end)


Script 2 (Local Script, Close Button):

script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Visible = false -- Sets the Frame Visability to False
end)


🌟 Floppys Roblox Game : https://www.roblox.com/games/11301003...

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials


Смотрите видео HOW TO MAKE A E TO OPEN A GUI 🛠️ Roblox Studio Tutorial онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Itz_FloppyFish 20 Май 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 135,259 раз и оно понравилось 7.5 тысяч людям.