Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

Main menu gui pops up after death. what can i do?

Asked by 5 years ago
script.Parent.MouseButton1Click:Conect(function()
script.Parent.Parent.Enabled = false
workspace.CurrentCamera.CameraType.Custom
workspace.CurrentCamera.Blur.Enabled = false
wait(0.5)

end)

Hello this gui when tapped loads you into the but when player dies or resets the main menu guis pops up again i dont know what to do Help Appreciated! ( When player taps player )

0
in gui's have a option "ResetOnSpawn" only set this to false. yHasteeD 1819 — 5y

1 answer

Log in to vote
0
Answered by
Alphexus 498 Moderation Voter
5 years ago

The gui has an option for ResetOnSpawn. If you turn it off then it should not be visible on respawn.

Ad

Answer this question