How do I change the UI in Roblox Studio

I just can’t figure out where to do it, and I’m just wondering where and how to change the UI like the playerlist, healthbar, and cursor.

1 Like

you can disable default CoreGui’s using StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType, enabled)

I’m assuming I put this is StarterGui, am I right?

you can put that code in any local script

oh ok, i’ll try it. thanks though.