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.gg/Vq2msxnR95
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 : www.roblox.com/games/11301003...
Roblox Studio Tutorial
Roblox Studio
Studio Tutoria
コメント