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 |
03 | local Player = game.Players.LocalPlayer |
04 | Box = script.Parent.Parent.Frame |
05 | Play = script.Parent.Parent.Play |
06 | gui = script.Parent.Parent |
07 | Text = script.Parent.Parent.TextLabel |
08 | local Sound = Instance.new( "Sound" , gui) |
09 | Sound.SoundId = "http://www.roblox.com/asset/?id=221235033" |
10 | Sound.Pitch = 1 |
11 | Sound.Volume = 0.7 |
12 |
13 | --Variables and Variable Properties |
14 |
15 | Sound:Play() |
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