BREN140
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 7499 |
|
|
| 06 Feb 2015 09:44 PM |
I want a Domino crown to be scripted
✞Add 23.5k+ Post✞ MrPutNameHere/Vextre ✔ Future Roblox Clothing Designer ✔ BDK ✔ |
|
|
| Report Abuse |
|
|
KeolaOwnz
|
  |
| Joined: 03 Feb 2009 |
| Total Posts: 2574 |
|
|
| 06 Feb 2015 09:47 PM |
while true do print("not a problematic script") end |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Feb 2015 10:00 PM |
Actually, this is very easy.
There is two ways you can do this.
local part = Instance.new("Part",workspace) local mesh = Instance.new("SpecialMesh",part) mesh.TextureId = "http://www.roblox.com/asset/?id=1031417" mesh.MeshId = "http://www.roblox.com/asset/?id=1031410"
or the more simple way...
game:GetService("InsertService"):LoadAsset(1031429).Parent = workspace
-abs |
|
|
| Report Abuse |
|
|
KeolaOwnz
|
  |
| Joined: 03 Feb 2009 |
| Total Posts: 2574 |
|
|
| 06 Feb 2015 10:06 PM |
he's trying to insert a domino crown through scripting oh why didn't ye say so m80 |
|
|
| Report Abuse |
|
|