iYzarky
|
  |
| Joined: 01 Jun 2009 |
| Total Posts: 1271 |
|
|
| 23 Jul 2015 05:20 PM |
What would be the line of code to insert a Dialog into a brick through coding I tried: script.Parent:InsertObject(Dialog) and this wouldn't work so i'm not sure.
Thank you for your time. |
|
|
| Report Abuse |
|
|
instawin
|
  |
| Joined: 04 Jun 2013 |
| Total Posts: 8777 |
|
|
| 23 Jul 2015 05:22 PM |
:InsertObject() isn't a valid method
game:GetService("Chat"):Chat(workspace.Part, "I'm a part!", Enum.ChatColor.Green) |
|
|
| Report Abuse |
|
|
iYzarky
|
  |
| Joined: 01 Jun 2009 |
| Total Posts: 1271 |
|
|
| 23 Jul 2015 05:23 PM |
Oh. I didn't think it'd be that complicated. Atleast that's complicated for me.
Thank you for your time. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2015 05:23 PM |
Dialog = Instance.new("Dialog",script.Parent)
|
|
|
| Report Abuse |
|
|
iYzarky
|
  |
| Joined: 01 Jun 2009 |
| Total Posts: 1271 |
|
|
| 23 Jul 2015 05:28 PM |
Thank you
Thank you for your time. |
|
|
| Report Abuse |
|
|