Yahoo Web Search

Search results

      • To fix this, you can just make the gui show up on hit’s playergui: local player = game.Players:GetPlayerFromCharacter(hit.Parent) ShopToolGui.Parent = player.PlayerGui
      devforum.roblox.com › t › help-how-can-i-make-this-gui-pop-up-only-on-one-players-screen
  1. People also ask

  2. Aug 25, 2021 · You want to insert a Server Script (basically just a Script, not a LocalScript) in the part that players will touch to see the GUI. Then you want to use the following code below: local part = script.Parent. part.Touched:Connect(function(hit) -- this event fires whenever something touches the part.

  3. Apr 16, 2021 · Have a great day/night! Baii! 💗 Script: Popup = script.Parent.ScreenGui ----- Your ScreenGUI's name Ready = true function onTouch (hit) local h = hit.Parent:FindFirstChild ("Humanoid") if h ...

    • 3 min
    • 61.7K
    • StudioTutorialzYT
  4. Mar 25, 2020 · This video will show you how to make a GUI pop up when you step on a part, using a Touched event, RemoteEvent and client code to show the GUI. The RemoteEvent allows the client...

    • 11 min
    • 181.5K
    • AlvinBlox
  5. Close script:script.Parent.MouseButton1Click:Connect (function () script.Parent.Parent.Visible = false end) Open script:local TouchPart = game.Workspace:Wai...

    • 3 min
    • 64
    • ScriptingBac0ny
  6. Jun 28, 2016 · Make a script that connects a brick's 'Touched' event to a function which uses the "getPlayerFromCharacter" method of game.Players to find the player then inserts the GUI into the player's "PlayerGui".

  1. Searches related to how to make a gui pop-up if touched roblox

    how to make a gui pop-up if touched roblox studio