CsdROBLOX
|
  |
| Joined: 09 Oct 2012 |
| Total Posts: 13 |
|
|
| 16 Dec 2015 08:41 PM |
| Hello, some of you guys reading this may have giant scripts. Like I'm making a giant admin script that's still in development, it has over 300 lines of code at the moment. For some reason, when I go in testing mode in Roblox Studio my script completely works, it's fine and dandy. Although, when I save it in Roblox Studio and go play the game, absolutely nothing works. I wish Roblox can fix this weird bug so I can continue development in my new admin. I really want some moderator that works with studio to fix this bug. |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2015 09:44 PM |
| First of all, moderators don't work with studio. Second, you can press F9 in-game to see what's going wrong. Due to the way that ROBLOX loads levels, scripts sometimes run before the entire game is loaded. This is probably what you want, believe me. You'll just need to check to see if something exists and wait until it does. Looking at errors in the server console in-game will tell you exactly what's not loaded yet. |
|
|
| Report Abuse |
|
|
Axiliyah
|
  |
| Joined: 28 Nov 2013 |
| Total Posts: 2633 |
|
|
| 17 Dec 2015 11:17 AM |
yeah, what that guy above said
also, do you have filtering enabled? |
|
|
| Report Abuse |
|
|
|
| 17 Dec 2015 11:32 AM |
| You are supposed to use Test Server for those. |
|
|
| Report Abuse |
|
|
CsdROBLOX
|
  |
| Joined: 09 Oct 2012 |
| Total Posts: 13 |
|
|
| 17 Dec 2015 05:31 PM |
| I use F9 all the time, it shows no errors at all. |
|
|
| Report Abuse |
|
|
|
| 17 Dec 2015 06:08 PM |
| ROBLOX Studio has an Online feature that starts a local server to mimic gameplay. |
|
|
| Report Abuse |
|
|