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

Removing the Hurt Effect Gui?

Asked by 6 years ago

I've been searching up the Internet to remove a certain GUI from the interface. I want to know how to remove the Gui that pops up every time you die. Any ideas?

1 answer

Log in to vote
1
Answered by
Bellyrium 310 Moderation Voter
6 years ago
Edited 6 years ago
--local script
local StarterGui = game:GetService('StarterGui') 
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)

Easiest rout

0
THANKS XP GeezuzFusion 200 — 6y
Ad

Answer this question