How do i disable roblox's default menu just like in retro studio?

yeah i just said that lol - thirty c

Ik but i deleted mine because i forgott to say “ReplicatedFirst” and u didnt wrote replicatedfirst because if its not in there the Menu would load already

oh, i put mine in starterplayerscripts

yeah can also do that but i meant no startergui who loads after the core

I saw some similar post, and i readed the replies and then found the solution. Simply change the PlayerGui before player fully loaded

script:

game.Players.PlayerAdded:Connect(function(player)
	player:WaitForChild("PlayerGui").Name = ""
end)

but please be aware, that might be risk to get banned or just being terminated, so i don’t recommend to do it.

Edit: @Pegagittt posted that (s)he deactivated roblox Menu and asked if you could get banned