Why does this only work on studio but not client?
Someone told me that its a good idea to put a waitforchild thing, so i put it in then i didnt work or play in client(roblox launcher thingy)
I'm still unsure of how to work things on clients
tips?
02 | local DebrisService = game:GetService( 'Debris' ) |
03 | local Sound 1 = script:WaitForChild( "Sound1" ) |
04 | local Sound 2 = script:WaitForChild( "Sound2" ) |
05 | local Sound 3 = script:WaitForChild( "Sound3" ) |
08 | Alert = script.Alert:Clone() |
09 | Alert.Parent = game.Players.LocalPlayer.PlayerGui |
10 | DebrisService:AddItem(Alert, 15 ) |
17 | Message = script.Message:Clone() |
18 | Message.Parent = game.Players.LocalPlayer.PlayerGui |
19 | DebrisService:AddItem(Message, 101 ) |