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

Remove ALL Preset GUI's

Asked by
BLUUAH 20
10 years ago

I've been looking Around...... but i haven't come up with anything the Preset GUI's are -Leaderboard -HealthGUI -HotKeysGUI -HotKeysBorderGUI

My Roblox Profile name is BLUUAH, and the game im making is called LIGHTHOUSE

0
Try looking at the current tip of the day, it mentions the SetCoreGuiEnabled method which can make the leaderboard and such invisible. User#2 0 — 10y

1 answer

Log in to vote
1
Answered by
AxeOfMen 434 Moderation Voter
10 years ago

Use this in a LocalScript:

game.StarterGui:SetCoreGuiEnabled("All", false)

This will disable the player list (leaderboard), health, chat and backpack.

Good luck!

Ad

Answer this question