zant312
|
  |
| Joined: 26 Nov 2009 |
| Total Posts: 751 |
|
|
| 13 Aug 2011 01:13 AM |
I was trying to make a script that gives me a bunch of robux and it didn't work:
give zant312 lots of robux, yey
Don't see how that couldn't work. |
|
|
| Report Abuse |
|
|
sdfgw
|
  |
 |
| Joined: 08 Jan 2009 |
| Total Posts: 41681 |
|
|
| 13 Aug 2011 05:08 AM |
@jesse: No closing double quote on your name. Also I'm assuming this is an SB script, because it would break otherwise
@mage:
Oh, I love it. It's not often we get errors so lulzyworthy. Here's what you're script is doing
1) is b false? if so, break joints, make b true 2) is b true? if so, make joints, make b false
Which all seems fine until you realise what happens when is runs it with b being false:
"is b false? YES. Break joints. b is now true. is b true? .... YES. Make joints... wth was the point of that"
So it's actually running both ifs. Solution: replace the middle part that says
"end if b.Value == true then"
with
"elseif b.Value == true then"
should fix it.
@Porygon: Yeah, I don't know anything about plug-ins and very little about CFrame for that matter, sorry.
@zant: try deleting system32 |
|
|
| Report Abuse |
|
|
Aardbeien
|
  |
| Joined: 19 Dec 2010 |
| Total Posts: 17683 |
|
|
| 13 Aug 2011 09:41 AM |
| How do i make scripts? Sry for this nooby question but im getting sick of using freemodel scripts! |
|
|
| Report Abuse |
|
|
| |
|
|
| 13 Aug 2011 09:43 AM |
@Aardbeien, wiki.roblox.com Try the scripting tutorials in there. |
|
|
| Report Abuse |
|
|
mage11561
|
  |
| Joined: 03 Sep 2008 |
| Total Posts: 13217 |
|
|
| 13 Aug 2011 10:21 AM |
| I tried deleting System32, then I got 100000000 robux. Thanks :) |
|
|
| Report Abuse |
|
|
sdfgw
|
  |
 |
| Joined: 08 Jan 2009 |
| Total Posts: 41681 |
|
| |
|
|
| 03 Sep 2011 09:15 PM |
| No, Its a script meant to generate a screenGUI. |
|
|
| Report Abuse |
|
|