Codex14
|
  |
| Joined: 04 Jun 2013 |
| Total Posts: 77 |
|
|
| 04 Jul 2014 03:14 PM |
| I need help in making my gui pop up when a player sits in the car seat and disapear when he/she leaves. |
|
|
| Report Abuse |
|
|
yankeejr
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 4906 |
|
|
| 04 Jul 2014 03:17 PM |
Player = 'script.Parent...' --how many parents it takes gui = 'script.Parent...' --same with above
if Player.Character.Humanoid.Sit == true then gui.Visible = true
end end) |
|
|
| Report Abuse |
|
|
Codex14
|
  |
| Joined: 04 Jun 2013 |
| Total Posts: 77 |
|
| |
|