becabooz
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 313 |
|
|
| 21 Jan 2012 03:23 PM |
| ask me anything about scripts il try to help and if you think this is noobish dont comment cause if you do your a noob |
|
|
| Report Abuse |
|
|
becabooz
|
  |
| Joined: 22 Oct 2011 |
| Total Posts: 313 |
|
| |
|
|
| 21 Jan 2012 03:29 PM |
| How do you run a script with the print function? |
|
|
| Report Abuse |
|
|
superior
|
  |
| Joined: 13 Apr 2008 |
| Total Posts: 1662 |
|
|
| 21 Jan 2012 03:31 PM |
function Blah() print("Working") end
if workspace.Base then Blah() end
~When life gives you lemons, you sell them and make a profit~ |
|
|
| Report Abuse |
|
|
|
| 21 Jan 2012 03:32 PM |
What's wrong with this script
script.Parent.Touched:connect(function(hit) h = Instance.new("Hint") h.Parent = game.Workspace h.Text = "Iownedthesausageoutofyourcamelsack") end
|
|
|
| Report Abuse |
|
|
|
| 21 Jan 2012 03:38 PM |
| So, I made an RPG, then put in stravant's awesome body mesh, and now all the tools I made wont work. like the sword and the pickaxe. anyone know why? |
|
|
| Report Abuse |
|
|
|
| 21 Jan 2012 03:38 PM |
@TheFluffyTaco - You forgot to close the connect method, meaning you need to put a closing parenthesis on the `end`.
You now have +10 INT from this post. Oh, by the way, Like an __AWESOME__ boss- |
|
|
| Report Abuse |
|
|
| |
|
dragon188
|
  |
| Joined: 17 Dec 2008 |
| Total Posts: 3276 |
|
|
| 21 Jan 2012 03:48 PM |
When you are trying to make a brick change color you write: script.Parent.BrickColor = brickcolor.SOMETHING() If i wanted to make the color (Really Black) what do i type?
Someone help please. |
|
|
| Report Abuse |
|
|
superior
|
  |
| Joined: 13 Apr 2008 |
| Total Posts: 1662 |
|
|
| 21 Jan 2012 03:49 PM |
workspace.Part.BrickColor = BrickColor.new("Really black")
~When life gives you lemons, you sell them and make a profit~ |
|
|
| Report Abuse |
|
|
dragon188
|
  |
| Joined: 17 Dec 2008 |
| Total Posts: 3276 |
|
| |
|