|
| 24 Apr 2017 02:13 AM |
-> localscript in StarterGui <-
--[[SERVICES]]-- local plrs = game:GetService('Players')
--[[FUNCTIONS]]--
-- when the player connects plrs.PlayerAdded:connect(function(plr) -- define textlabel; properties local lbl = Instance.new('TextLabel') lbl.Parent = game.StarterGui.PlayerListGUI.ScrollingFrame lbl.Size = {0,200,0,25} lbl.BackgroundColor3 = BrickColor.Black() lbl.BackgroundTransparency = 0.5 lbl.Font = Enum.Font.Highway lbl.FontSize = Enum.FontSize.Size24 lbl.Text = plr.Name lbl.TextColor3 = BrickColor.White() end)
I run this script and nothing is added when I join. |
|
|
| Report Abuse |
|
|
| 24 Apr 2017 02:46 AM |
Try joining and reseting lol
|
|
|
| Report Abuse |
|