|
| 17 Feb 2014 02:43 PM |
I need it with Team change, and then Speed limits. please Help me. Reply to this post or Private message me |
|
|
| Report Abuse |
|
|
shawnyg
|
  |
| Joined: 21 Apr 2011 |
| Total Posts: 1428 |
|
|
| 17 Feb 2014 02:57 PM |
I need you to go to LMaD.
~The G |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 03:17 PM |
| No, this is what this is for |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 03:17 PM |
| Lol, don't go to LMaD. Go to the wiki and learn to script. |
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 17 Feb 2014 03:17 PM |
Define "Speed Limits"
do you mean to edit the walkspeed? |
|
|
| Report Abuse |
|
|
| |
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 17 Feb 2014 03:19 PM |
| And Sumo the wiki doesn't provide how to script GUIs |
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 17 Feb 2014 03:20 PM |
| ok brb imma check something on the wiki XD |
|
|
| Report Abuse |
|
|
| |
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 17 Feb 2014 03:22 PM |
for the car speed:
function onButtonClicked() Workspace.VehicleSeat.MaxSpeed = 85 end script.Parent.MouseButton1Click:connect(onButtonClicked)
I don't know how to make it reference the car the player is driving, sorry :/ |
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 17 Feb 2014 03:24 PM |
As for team change, assuming the button is directly under StarterGUI...
function onButtonClicked() script.Parent.Parent.TeamColor = BrickColor.new(1001) --this makes the TeamColor Institutional White. You can chenge thi to the teamcolor number by using the list here: http://wiki.roblox.com/index.php?title=BrickColor_codes end script.Parent.MouseButton1Click:connect(onButtonClicked) |
|
|
| Report Abuse |
|
|
|
| 17 Feb 2014 03:29 PM |
| I learned how to script GUIs from the wiki. Ever been to Venezia? I scripted those GUIs with methods I learned on the wiki. |
|
|
| Report Abuse |
|
|
trogyssy
|
  |
| Joined: 29 Oct 2010 |
| Total Posts: 2322 |
|
|
| 17 Feb 2014 03:32 PM |
| Don't take credit for other's work -_- |
|
|
| Report Abuse |
|
|