| |
|
skyarex
|
  |
| Joined: 21 Mar 2010 |
| Total Posts: 12989 |
|
|
| 01 Dec 2013 12:49 PM |
You need to give people an idea by posting the scripts.
"Don't Panic"- HHGTTG |
|
|
| Report Abuse |
|
|
| |
|
skyarex
|
  |
| Joined: 21 Mar 2010 |
| Total Posts: 12989 |
|
|
| 01 Dec 2013 12:54 PM |
Go to roblox studio
Click the play button
Look at the output window.
See what scripts don't run.
Find said scripts in explorer
Post them here.
"Don't Panic"- HHGTTG |
|
|
| Report Abuse |
|
|
| |
|
skyarex
|
  |
| Joined: 21 Mar 2010 |
| Total Posts: 12989 |
|
|
| 01 Dec 2013 12:59 PM |
So clearly all the weapons work.
You just need to post the "Workspace._Game" code here.
"Don't Panic"- HHGTTG |
|
|
| Report Abuse |
|
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 01 Dec 2013 01:00 PM |
Well, there's your bug. _Game doesn't run because Line 263 references something that doesn't exist any more.
(P.S. Ripping off games when you don't know how to read errors won't help you in the long run. Try learning to script games yourself before tackling something like this.)
(Also send GearTitan a PM with this, and say I sent ya.) |
|
|
| Report Abuse |
|
|
| |
|
| |
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 01 Dec 2013 03:44 PM |
Well, the only way to learn is to do.
http://wiki.roblox.com/index.php/Absolute_beginner%27s_guide_to_scripting
http://wiki.roblox.com/index.php/In-Depth_Scripting_Guide http://wiki.roblox.com/index.php/Your_First_Script http://wiki.roblox.com/index.php/Basic_Scripting
You don't have to read these all the way through. I encourage you to, though, and to read more tutorials on the wiki. If anything isn't clear, send me a PM with the page and info that you don't understand. I'll explain it to the best of my ability and then edit the page to be more clear.
Programming is not for everyone, but I highly encourage you to try it out.
Once you've read something new, try to do something with it. Print a statement to the output. Do a math operation, and use an if statement to print something using the result.
If you want to try to do something related to ROBLOX directly, look up a free model lava brick, and decipher how it works. Now, try to recreate it without looking at its source at all.
Like I said, if you're ever confused by something, first look it up on the wiki to see if that helps, and failing that send me a PM and I'll be happy to help.
|
|
|
| Report Abuse |
|
|