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

[Answered]Death screen only working in studio and not in game?

Asked by
tjtorin 172
6 years ago
Edited 6 years ago

I want there to be a deathscreen when the player dies and it works fine in studio but does not show up in the actual game.

game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
    script.Parent.Visible = true
end)
0
Are you using a LocalScript? XxSWxX 18 — 6y
0
yes tjtorin 172 — 6y

Answer this question