|
| 01 Oct 2013 08:45 PM |
-- Not sure why this isn't working, whenever it checks 'PeoplePlaying' for their name, output says "soandso is not a valid member of Model" (PeoplePlaying is a model which stores player's names who have been on the server)
function onPlayerEntered(player) gui = Instance.new("ScreenGui", player.PlayerGui) txt = Instance.new("TextLabel", gui) txt.Position = UDim2.new(0.4,0,0.3,0) txt.Size = UDim2.new(0.1,0,0.1,0) txt.BackgroundTransparency = 0.5 txt.BorderSizePixel = 3 txt.BorderColor = BrickColor.new("Bright red") txt.BackgroundColor = BrickColor.new("Really red")
game:GetService("Debris"):AddItem(gui,3)
if game.Workspace.PeoplePlaying[player.Name] == false then add = Instance.new("Model") add.Name = player.Name add.Parent = game.Workspace.PeoplePlaying txt.Text = "Welcome"..pers.Name
else txt.Text = "Welcome back to this server "..player.Name
end
end
game.Players.ChildAdded:connect(onPlayerEntered) |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2013 08:47 PM |
| I have an idea: go to the right forum section. |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2013 08:53 PM |
Sorry, no need to be rude however. It's not exactly rare for people to accidentally post in the wrong forum section.
|
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 01 Oct 2013 08:53 PM |
And we always react the same way.
Get out.
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 01 Oct 2013 08:55 PM |
"It's not exactly rare for people to accidentally post in the wrong forum section." I know, because there are a lot of stupid people these days. |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2013 08:57 PM |
>makes mistake
>is stupid and should die
> www.RobloxianLogic.com |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 01 Oct 2013 09:01 PM |
> Posts invalid offsite link
> OT login |
|
|
| Report Abuse |
|
|
|
| 01 Oct 2013 09:17 PM |
At no point in this thread did anyone state, nor did anyone indirectly indicate that you should die. Grow up and stop overreacting. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|