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

How to make a start GUI not show when a player resets? (UNANSWERED)

Asked by
Vid_eo 126
9 years ago

I'm finished with my start GUI, except there's one problem : It shows whenever a player dies. Here's my script so far (I probably will need to insert a new script for that :c)

01--Script by club101coolguy
02 
03local Player = game.Players.LocalPlayer
04Box = script.Parent.Parent.Frame
05Play = script.Parent.Parent.Play
06gui = script.Parent.Parent
07Text = script.Parent.Parent.TextLabel
08local Sound = Instance.new("Sound", gui)
10Sound.Pitch = 1
11Sound.Volume = 0.7
12 
13--Variables and Variable Properties
14 
15Sound:Play()
View all 37 lines...
0
I do not think this is possible due to the fact that it StarterGui's are ALWAYS in the players inventory, you might beable to make a script, though probably not yogipanda123 120 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Try adding in a timer so when the player dies it goes away for a certain time However to make sure it stays away put a really large number everytime the player dies the number resets such if they die when its at 24678, then it will reset to its original number 32000

0
And I even made them get destroyed :/ Vid_eo 126 — 9y
Ad

Answer this question