|
| 15 Jul 2013 06:11 PM |
| I recently tried playing a old place of mine, and it wasnt working. It use to work perfectly fine, now it doesn't. Now I think a roblox Update must have broken it. Can somebody please help me in identifying where one of my scripts is broken? Thanks. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:14 PM |
| Any output? You didn't leave any info so we can't help you! D: |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:18 PM |
19:17:56.590 - An error occurred 19:17:56.594 - Script "Workspace.GameEngine", Line 1 19:17:56.595 - stack end Vote Kicker 1.0 Loaded Badge Awarder Loaded. BadgeID: 18388897 |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:19 PM |
In the script, replace "Workspace.GameEngine" with "game.Workspace.GameEngine".
That might fix it, but your info is still a little vague. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:20 PM |
| Alright. Tell me what more info I need to provide. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:22 PM |
And btw, the first line for the GameEngine script is game.Players.MaxPlayers=5 Its telling me there is a error there. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:22 PM |
| basically what your script is supposed to do, for starters |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:23 PM |
ah, there's the problem, the lowest maxplayers you can get to is 6, so either remove the whole line or make it say "6" instead of "5".
cheers. |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:26 PM |
| Thanks, I will see if this can fix it! :D |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2013 06:31 PM |
| I tried 6, but it still gave me a error. But then I removed it, and the game is now working! Thanks lots :D |
|
|
| Report Abuse |
|
|
| |
|