|
| 26 Oct 2014 12:01 AM |
local ppl = game.Players.LocalPlayer.Name local yoGui = Instance.new("TextLabel",script.Parent.Parent.Parent.was.SurfaceGui) yoGui.Font = "Legacy" yoGui.BackgroundTransparency = 1 yoGui.BorderSizePixel = 0 yoGui.Position = UDim2.new(0.31, 0, 0.4, 0) yoGui.Size = UDim2.new(0, 300, 0, 100) yoGui.TextTransparency = 0 yoGui.TextColor3 = Color3.new(255,255,255) yoGui.FontSize = "Size36" yoGui.Text = "W" wait() yoGui.Text = "We" wait() yoGui.Text = "Wel" wait() yoGui.Text = "Welc" wait() yoGui.Text = "Welco" wait() yoGui.Text = "Welcom" wait() yoGui.Text = "Welcome" wait() yoGui.Text = "Welcome " wait(1) yoGui.Text = ("Welcome " .. ppl ) wait(3) yoGui:Remove() |
|
|
| Report Abuse |
|
| |
|
| 26 Oct 2014 12:16 AM |
I think you should not use Localplayer but instead this
local Players = game:GetService("Players") function onPlayerAdded(player) --code end |
|
|
| Report Abuse |
|
|
| 26 Oct 2014 12:17 AM |
| I can't, it's a click function |
|
|
| Report Abuse |
|