How to make a hold E to open GUI in Roblox Studio

Аватар автора
Игры и Экшн
Roblox How To | Press "E" to Open GUI/Frame In this Roblox Studio Tutorial I show you guys how to use a Proximity Prompt to open a GUI/Frame in Roblox Studio! Local Script: local RemoteEvent = game.ReplicatedStorage:WaitForChild("Opengui") --Variable for the Remote Event in Replicated Storage RemoteEvent.OnClientEvent:Connect(function() --Code runs when the Remote Event is fired script.Parent.Frame.Visible = true --Makes the frame visible end) Script: local RemoteEvent = game.ReplicatedStorage:WaitForChild("Opengui") --Variable for Remote Event local prox = script.Parent.ProximityPrompt --Variable for Proximity Prompt prox.Triggered:Connect(function(player) --Code runs when the Player triggers the Proximity Prompt RemoteEvent:FireClient(player) --Fires the Remote Event end) Make sure to like and subscribe if you enjoyed it or if this video helped :) Music Used: (In Order): Summer - Bensound Overworld Theme - New Super Mario Bros. Wii Chapters: 0:00 Intro 0:13 Making the Block and Proximity Prompt 1:29 Remote Event 1:57 Gui (Make your own) 2:14 Local Script 3:26 Regular Script 4:26 Showcase 5:01 Outro Tags: #tutorial

0/0


0/0

0/0

0/0