|
| 22 Aug 2014 11:37 AM |
I want a script where you change the decal ID of the paper morph your being... For example,Do a script where it changes the ID of the morph decal your being. That's pretty much it,Here i'll show you a example. http://www.roblox.com/Paper-morph-item?id=100554955 Thank you very much in advance. For example,From that MLP game that has pmorph/,Sorry if i'm sounding stupid to request this,But if your nice enough to help,Thanks. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 22 Aug 2014 12:26 PM |
| We dont make you scripts give us a broken one to fix or go to LMaD |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:32 PM |
@The I saw another thread with actually someone gave the guy a script. What. |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:33 PM |
| He most likely fixed a script, so either give us a script to fix or go to LMaD |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:34 PM |
@The He didn't even give a script to fix. |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:35 PM |
| Well hes not obeying the rules of scripting helpers then |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:36 PM |
| And neither i am going to LMaD,It's a forum to make deals with limiteds and robux. |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:37 PM |
| well we arent giving you a script |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:38 PM |
I'll not change how just one person thinks about it,I'll just let others reply. And if they say they're not,Then i'm leaving. |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:39 PM |
| well then get ready to leave, because it states in the forum desc that this forum is used to help people with broken scripts |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:40 PM |
| Did you also read Scripter's forum description? |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:41 PM |
| what does scripters have to do with this |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:41 PM |
Wait sorry nevermind. I didn't read "Help Requests" Ah well,Then.If someone elses request a script,Go flame him or something like that. |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:42 PM |
| Im not flaming, im just saying this isnt the right place to ask people for scripts,becauase they wont do it for free |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:44 PM |
Do you recommend something else rather than LMaD? I mean,If someone is nice enough to give one for FREE.. |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
|
| 22 Aug 2014 12:45 PM |
Can you specify more i can do it for free |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:48 PM |
Thank you very much. Okay,Didn't you see the paper morph up there? For example,You become the morph. But then you do some kind of command like "morph/[IDdecalhere]" That will change the ID of the decal your being. |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
|
| 22 Aug 2014 12:49 PM |
Scripting helpers isn't the right forum to ask for members to create scripts, but since you look desperate il help
give me a few moments and i'll do it |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:50 PM |
| Thanks for warning me,Next time i'll take care.:) |
|
|
| Report Abuse |
|
|
|
| 22 Aug 2014 12:51 PM |
| @george i just saw what group you are in and i respect you more now |
|
|
| Report Abuse |
|
|
Tynexx
|
  |
| Joined: 11 Jul 2012 |
| Total Posts: 1559 |
|
|
| 22 Aug 2014 12:51 PM |
game:GetService("Players").PlayerAdded:connect(function(p) p.Chatted:connect(function(msg) local dec = whereyourdecalis if msg==string.sub("morph/",1,6) then dec.Texture="www.roblox.com/asset/?id="..tonumber(string.sub(msg,6)) end end) end) |
|
|
| Report Abuse |
|
|
baheeg
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 72846 |
|
|
| 22 Aug 2014 12:55 PM |
@ty
why 6 lol why not string.sub(msg,1) ^ begins from 1 |
|
|
| Report Abuse |
|
|