|
| 01 Sep 2012 10:59 PM |
function onEntered(PlayerName) game.WorkSpace.PlayerName = ("noob") game.WorkSpace.PlayerName = onEntered end
game.WorkSpace.S:Execute(onEntered)
OutPut doesn't say anything is wrong, yet it won't work, (I'm new...) |
|
|
| Report Abuse |
|
|
TaslemGuy
|
  |
| Joined: 10 Jun 2009 |
| Total Posts: 12174 |
|
|
| 01 Sep 2012 11:01 PM |
Scripting isn't magic.
It's logic.
Your script obeys no logic to describe what you're supposed to be doing. |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2012 02:22 PM |
function onEntered(p) game.Players.PlayerName = ("noob") game.Workspace.PlayerName = onEntered end
S1.Parent.onEntered:connect (p)
Edited, and OutPost says it I can't use S1, as it is a nil value, (and above, it does contain the rules of scripting, and it should eventually, work, but thanks for the comment.) |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2012 02:25 PM |
| What are you trying to do? |
|
|
| Report Abuse |
|
|
|
| 02 Sep 2012 02:31 PM |
| Well, this is the base plate, I will add a in the needed details, I'm trying to make it so people who are doing bad things or breaking the rules will have the name ("noob") above them. I really suck at scripting but I don't see what is wrong with it. |
|
|
| Report Abuse |
|
|