I'm working on a game where I have to click on a part to sign in and it will pop-up with a local GUI. I don't know how to do this. Is there a way to do it with RemoteEvents or something? Thank you.
You would use something like this:
script.Parent.MouseClick:Connect(function(player) player.PlayerGui.ScreenGui.Enabled = true end)