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

Help with Entrance Header?

Asked by 8 years ago

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.

0
I don't see any part where you actually make a header... M39a9am3R 3210 — 8y
0
That's what I'm learning now, I just need to insert VIPs or IDs, which is what I'm asking for help with. xNightFoxx 0 — 8y

Answer this question