|
| 05 Jun 2015 08:11 PM |
I made a model, which has three buttons. What do I do where a player clicks the button, then transports them to a certain spawn area?
Also, how would I make an Npc shop? Like where you click a bubble over the Npc, and it opens a gui with has tabs that you click to different areas....
I hope I make sense English isn't my first language, that's why I have trouble learning. |
|
|
| Report Abuse |
|
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 05 Jun 2015 08:21 PM |
part.ClickDetector.MouseClick:connect(function(player) player.Character:MoveTo(game.Workspace.Part.Position) end) |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 08:41 PM |
| ClickDetector is not a valid member of Part |
|
|
| Report Abuse |
|
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 05 Jun 2015 08:44 PM |
...
local part = game.Workspace.Part
|
|
|
| Report Abuse |
|
|