|
| 01 Aug 2012 02:39 PM |
| What is wrong with the Wiki scripting guides?? They never help me learn. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2012 02:42 PM |
| You're not smart enough to understand Them. |
|
|
| Report Abuse |
|
|
352ynnhoj
|
  |
| Joined: 21 Sep 2010 |
| Total Posts: 1054 |
|
|
| 01 Aug 2012 02:44 PM |
| The wiki is for those who already can script, those who cant understand scripting should not try. Now use your OBC money to pay someone to script for you. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2012 02:44 PM |
| @352, No, He should learn not pay Someone. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2012 02:47 PM |
| It's weird because I get EVERYTHING right but it doesn't show. Only ONE of my script out of 8 were fine. And none of them have errors. |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2012 03:01 PM |
Also, this is the script that won't work. Tell me what is wrong with this please.
local part = Instance.new('Part', Workspace) part.Anchored = true part.Transparency = .5 part.BrickColor = BrickColor.new('Bright Red') |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2012 03:05 PM |
local part = Instance.new("Part", game.Workspace) part.Name = "NewPart" NewPart.Anchored = true NewPart.Transparency = .5 NewPart.BrickColor = BrickColor.new("Really Red") |
|
|
| Report Abuse |
|
|
|
| 01 Aug 2012 03:51 PM |
@TheEpic
After part.Name = "NewPart", you put NewPart by itself, as if that's what the variable was called. Wat? |
|
|
| Report Abuse |
|
|
scepile3
|
  |
| Joined: 27 Feb 2009 |
| Total Posts: 260 |
|
|
| 02 Aug 2012 03:01 AM |
His problem was that he didn't define where the brick is. Put this line at the end of the code: part.Position = Vector3.new(0,0,0) |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2012 08:15 AM |
@ Above Didn't work either.
Is this supposed to be in a LocalScript or just a script?? |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2012 08:23 AM |
*Palmface*
local part = Instance.new ("Part", Workspace) part.Position = Vector3.new (0, 0, 0) part.Anchored = true part.Transparency = 0.5 part.BrickColor = BrickColor.new ("Bright red")
-Nick |
|
|
| Report Abuse |
|
|
| |
|
|
| 02 Aug 2012 08:35 AM |
| Noob it's "facepalm" derp "trollfaic" |
|
|
| Report Abuse |
|
|