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

preview_player
Показать описание
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!

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)

Roblox Studio Tutorial
Roblox Studio
Studio Tutorials
Рекомендации по теме
Комментарии
Автор

Omg thanks! I stayed an hour to find a good tutorial that i can acctually understand and use!Thank you again!You do some very good tutorials!

ItsYeBird
Автор

This works, I tried another video with lots more views BUT IT NEVER WORKED!! thank you for making best and easy tutorials

epicogamero
Автор

How are you people doing it? Mine is broke

ZephyrVibes
Автор

Tysm man ur my favorite roblox studio youtuber

bernardogame_gamer_verde
Автор

My guy Floppy you're an absulute Legend everytime i need help bout a script you're there providing the copy paste and simple tutoring.

Austin-you-not
Автор

It doesn't work... Edit: y’all need to stop fighting in the replies XD

blobkingg
Автор

THANK YOU SO S OS OS OSO MUCH THE OTHER TUTORIAL I COULD FIND WAS FROM 3 YEARS AGO AND DIDNT WORK!!!

LobotomyLordd
Автор

This is great! I am just curious, how can I make it so that when I click E (and the GUI is open) it closes? By the way, keep up the good work!

PokeMasterYT
Автор

THANK YOU SO MUCH SUCH A GOOD TUTORIAL

QuilpzYT
Автор

FLOPPY YOUR BEST! i love how you do every tutorials! not hard no speed up and so good!! you make everything so simple!!!!💖💖💖💖

callmeminnie
Автор

thank you soo much i was having this problem for 2 months

Vetri-xcmi
Автор

Hm maybe I can use that If I make a game

Burgersomething
Автор

Thank you so much! This helped me with my game.

ShadowPlayz
Автор

Dang whenever i press the E the gui doesnt show up:/ i have been here sitting for hours and yet not a single tutorial even helped:///

brylleyt
Автор

how do i add a second gui to this script: local 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
(here like the same as above or not(if u are blind this is above: local Gui = script.Parent.Frame --Your Gui which you want to open when someone triggers the Proximity Prompt))


Gui.Visible = true
end)

so instead of opening one gui it opens 2 gui when i press E
somebody send help

Finnboy
Автор

floppy can you make a tutrorial on how to make a working gui for a shop so if you buy something it gives the player the item permenantly

BikerBoy
Автор

it only works once then when you try it again it dont any fixes?

Official_HolidayAccelerator
Автор

hello floppy! can you make a tutorial of how to make a area only skybox that only changes for 1 player because i need it for my obby game!

RobloxTheoristsOriginal
Автор

nothings working, when i go to interact with the prompt the GUI doesn't open

ACrayonPlayingVR
Автор

I have a problem with this script, when I put 2 of them on the map (I want "two books") either one works or neither of them gets "There are no repeated names or something similar" they just don't work

metalprimer