|
| 19 Apr 2013 09:21 PM |
| I made an RPG. And there's a blue forest! ( Frozen Forest ) I need a button that will turn the whole trees into green when I click it! ANYONE CAN? I can do almost all scripts but this one is soooo confusing. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:26 PM |
I suggest being ready for hatred. People here really don't take kindly to requests...
The best thing I've got to say is that you're better off learning to script yourself than asking here. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:27 PM |
| Sure. Then Roblox shall remove the SCRIPTING BUILDERS help section :) |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:31 PM |
| scripting helpers is for people who already have scripts that aren't working! So attempt making a script! Or don't come here and visit game ideas! |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:32 PM |
The idea is that the forum is intended to help people make or edit their scripts (make that argument to most people here and they'll respond by citing the sticky).
I'm dead serious about my initial post. This thread isn't going to end well unless you're willing to make it yourself or just stop posting in it. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:32 PM |
We help you with scripts.
We don't take requests.
Sorry
|MassiveGman| Scripter & part time Professional Whistler |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:34 PM |
| Not many kind people exist on this forum young boi! |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:37 PM |
| Wow , bad people play Roblox XD? And , I'm not a young boi. Im 15 , you? I think I can script better too. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:41 PM |
function OnClicked()
game.Workspace.TREE NAME.Color=BrickColor.new("Bright green")
~Ж[тїgнтвlож18]Ж~ |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:42 PM |
" I need a button that will turn the whole trees into green when I click it! "
Doubt it.
And @Tight you forgot the end
|MassiveGman| Scripter & part time Professional Whistler |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:43 PM |
No you can't. I've actually had a lot of experience. The only thing that messes me up is simple errors.
I can help you if I feel like it .
Someday. |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:45 PM |
And bad people do play roblox
|
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 09:48 PM |
script.Parent.MouseClick:connect(function(click) for i,v in pairs (Workspace.MODELCONTAININGTREES:GetChildren()) do for r,q in pairs (v:GetChildren()) do if q.ClassName == "Part" then q.BrickColor = BrickColor.new("Really red") --code to edit bricks here, q is variable end end end end)
|MassiveGman| Scripter & part time Professional Whistler |
|
|
| Report Abuse |
|
|
|
| 19 Apr 2013 11:19 PM |
| If you knew almost all scripts, you would know this because this is about as basic as it gets. |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Apr 2013 03:29 AM |
| I can do it. I've done it before at my other places. |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 08:10 PM |
| Well Its just that this script is really confusing for me. I've done it, maybe, tones of times and it did not work. By the way Gman, you're script doesn't work. NOOBISH REASON : When I click it does not do nothing |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 08:13 PM |
| Alas, he gave you a nice template to work with. You should be able to edit it to your liking, since you are so expierienced with scripts. Also... How the heck has this guy not been flamed to oblivion yet? Usually posts like these do not go well... |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 08:15 PM |
I have the script. Are you paying?
#Sweg |
|
|
| Report Abuse |
|
|
|
| 20 Apr 2013 08:17 PM |
| What do you mean 'nice template' ? |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2013 11:24 AM |
| that's not the whole script! DUH |
|
|
| Report Abuse |
|
|