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

Is it possible to remove the red border that shows when the player dies? If so, how to I remove it.

Asked by 7 years ago

Title says it all. :)

1 answer

Log in to vote
0
Answered by
INOOBE_YT 387 Moderation Voter
7 years ago
local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

This code removes the "border", however it also removes all the other guis, but from this you also know that it comes from the coregui.

0
I think he needs to disable only Health coregui Etheroit 178 — 7y
Ad

Answer this question