flame72
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 29 |
|
|
| 07 Mar 2012 07:41 PM |
| I'm trying to make a place with buyable ships is there a way i can do that with scripts and the ship has to be able to regen when bought again |
|
|
| Report Abuse |
|
|
xvgigakid
|
  |
| Joined: 22 Jun 2008 |
| Total Posts: 4407 |
|
|
| 07 Mar 2012 07:54 PM |
ship = --Define
function Buy() x = ship:clone() x:MoveTo(Vector3) end connection = --You Define |
|
|
| Report Abuse |
|
|
flame72
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 29 |
|
|
| 07 Mar 2012 07:58 PM |
| how do i do the define part??? |
|
|
| Report Abuse |
|
|
war8989
|
  |
| Joined: 21 Feb 2009 |
| Total Posts: 123 |
|
|
| 07 Mar 2012 08:19 PM |
| connection = script.Parent.Touched:connect(Buy) |
|
|
| Report Abuse |
|
|
flame72
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 29 |
|
| |
|