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

Gui disappearing at round 2. Ideas?

Asked by 4 years ago
Edited 4 years ago

Hello! I have just started using the Hide and Seek pack by mattchewy and domingothegamer. You can find the tutorial at https://www.youtube.com/watch?v=GrA9sEK6DpA. Whenever game 2 starts, the GUI goes away. Notice: It is not on respawn. Rather it disappears after round 1 is finished. Help! Btw the model is here: https://www.roblox.com/library/23741262/Hide-Seek-Stuff-Tutorial-UPDATED-V2-8-Original

0
Basically, Click on the ScreenGui and set ResetOnSpawn to false Trading_Opportunity 191 — 4y

2 answers

Log in to vote
0
Answered by
raid6n 2196 Moderation Voter Community Moderator
4 years ago
Edited 4 years ago
local gui = script.Parent
gui.ResetOnSpawn = false
0
put that in the gui, not in a frame in the gui raid6n 2196 — 4y
0
ill try it TheUltimateRealDude1 -9 — 4y
0
I'm afraid it didn't work. Also I have updated my question because it wasn't actually the respawn itself. Just the next round. TheUltimateRealDude1 -9 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

I had said that I had fixed it but it was only temporary. For some reason it's doing it again!

Answer this question