|
| 18 Mar 2017 03:26 PM |
id = script.Parent.Parent.Parent.UserId function planeSpawn() print('hi') plane = game.Lighting.PlaneModel:clone() plane.Parent = game.Workspace plane.Name = ("PlaneModel", id) end script.Parent.startButton.MouseButton1Click:connect(planeSpawn)
I've tried different methods to get the plane.Name to work but none of them are working, suggestions? |
|
|
| Report Abuse |
|
|
| 18 Mar 2017 03:30 PM |
| Nevermind I'm just going to make the name the id instead of adding it to the string value |
|
|
| Report Abuse |
|
hasang1
|
  |
| Joined: 09 Nov 2012 |
| Total Posts: 903 |
|
|
| 18 Mar 2017 03:32 PM |
"string".."string2" would be equal to "stringstring2" Use .. to join two strings.
HAX. |
|
|
| Report Abuse |
|