I've got this down
local Players = game:GetService("Players") function onPlayerAdded(player) print(player.Name .. " has entered the game") end
I'm new to scripting, so it'd be appreciated.
Anyways, I want a VIP set, or mainly ID's, such as
fuction onPlayerAdded(id) print(player.Name .. " the creator, has entered the game.")
I've tried this a few times, different ways with no outcome. I'm aiming for a colored header like Kohl's Admin :h.