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

Published: 20 May 2023
on channel: 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


Watch video HOW TO MAKE A E TO OPEN A GUI 🛠️ Roblox Studio Tutorial online without registration, duration hours minute second in high quality. This video was added by user Itz_FloppyFish 20 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 135,259 once and liked it 7.5 thousand people.