TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
|
| 27 Dec 2013 12:58 PM |
this wont work someone please help...no errors but no work
function onClicked(playerWhoClicked) script.Parent.Decal.Texture = "http://www.roblox.com/Roblox-Icon-item?id=114781762" --"namehere""did/didn't" wait(0.05) script.Parent.Decal.Texture = "http://www.roblox.com/Free-Epic-Face-200-TAKES-YEYEYEY-item?id=124871713" --"namehere""did/didn't" wait(0.05) end script.Parent.ClickDetector.MouseClick:connect(onClicked)
|
|
|
| Report Abuse |
|
|
| |
|
TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
| |
|
|
| 27 Dec 2013 01:01 PM |
Ugh.
Make a part. Put the decal on it. Open decal properties. Take the texture. Put the texture in the script. |
|
|
| Report Abuse |
|
|
TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
| |
|
TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
|
| 27 Dec 2013 01:04 PM |
| could someone fix my script |
|
|
| Report Abuse |
|
|
TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
| |
|
CrniOrao
|
  |
| Joined: 12 Oct 2008 |
| Total Posts: 2274 |
|
|
| 27 Dec 2013 01:07 PM |
| http://www.roblox.com/asset/?id=YOURIDHERE |
|
|
| Report Abuse |
|
|
TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
|
| 27 Dec 2013 01:10 PM |
| so in the script do i change the link of the texture to that with the id on it? |
|
|
| Report Abuse |
|
|
CrniOrao
|
  |
| Joined: 12 Oct 2008 |
| Total Posts: 2274 |
|
|
| 27 Dec 2013 01:11 PM |
function onClicked(playerWhoClicked) script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=114781762" wait(0.05) script.Parent.Decal.Texture = "http://www.roblox.com/asset/?id=124871713" wait(0.05) end script.Parent.ClickDetector.MouseClick:connect(onClicked) |
|
|
| Report Abuse |
|
|
TexasOp6
|
  |
| Joined: 25 Jul 2013 |
| Total Posts: 162 |
|
| |
|