WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 09 Apr 2014 07:25 AM |
Yeah, I know I can add GUI's and make more costumes but I don't want that (yet). You see, my game wasn't meant to go this far, it was just to see my scripting abilities, but, well, I guess life changes and now I need help with it urgently. Please stop viewing and start replying, even the tiniest would help (but be serious -_-) |
|
|
| Report Abuse |
|
|
|
| 09 Apr 2014 07:43 AM |
Simple:
- Get your parts for armor or morph or whatever. - Use the PlayerAdded and CharacterAdded events - Check if they're on whatever team - give them the proper morph/armor/? |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 09 Apr 2014 03:14 PM |
| Thanks, I'll try, but can you tell me at least some lines of code please? |
|
|
| Report Abuse |
|
|
| |
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
| |
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 09 Apr 2014 03:51 PM |
| This is the helper's forum and I did thank you for that, so you didn't really have to reply a no. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 09 Apr 2014 03:51 PM |
| I just need to know how to remove and add pants e.t.c |
|
|
| Report Abuse |
|
|
|
| 09 Apr 2014 03:58 PM |
You'll need the :Remove() or :Destroy() methods for that.
If you have questions on scripting, go to wiki.roblox.com for answers + how to script. |
|
|
| Report Abuse |
|
|
|
| 09 Apr 2014 03:59 PM |
Wolf, yes. This IS the helpers forum, but unless you want insults thrown at your face, I suggest you attempt it before you beg for a script.
#nerdsunited |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 09 Apr 2014 04:04 PM |
| Yh, you guys are right, thanks. I'm making it now. But I'll inform you guys later, you don't have to give me lines of codes anymore, just give me suggestions sometimes. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 02:33 AM |
| I have a good idea on how to do it now, but how would I remove a hat? Because in Studio all hats have different names, and that'd mean I have to write EVERY hat in the game, which might never be possible. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 02:33 AM |
| Well, yh it's possible, but it'd waste time for other features. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 02:35 AM |
| So, any, ideas on how to make it remove hats? |
|
|
| Report Abuse |
|
|
|
| 10 Apr 2014 02:37 AM |
| Check for the ClassName "which will be 'Hat'" then destroy it. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 02:38 AM |
| Ok, thanks, I'm using the wiki to help at the same time. |
|
|
| Report Abuse |
|
|
| |
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 04:24 AM |
| My roblox studio keeps crashing when I take too long :( (just my computer). So, because i'm still fairly new, it take's time so can you guys just do this one, for me, please? All I know is that you need the get player function, find out their team with TeamColor, and a variable for the shirt and pants(in the assassin model, in workspace(Workspace.Assassin.Shirt)) and the :destroy() OR just change the texture. Just give me the script with a random shirt and pants texture, I'll edit it. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 04:25 AM |
| My computer is just bad today. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 04:26 AM |
| Yes, Assassin is a real model. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 04:27 AM |
| Forgot to say, if they are teamcolor is bright red this should only affect them. |
|
|
| Report Abuse |
|
|
|
| 10 Apr 2014 04:27 AM |
| It's completely against my morals to give anyone a script, unless they are a close friend, I apologies, but maybe another nice person will make you it, as far as questions you ask go, I will still answer those if I am on when they are posted, have a great day/night. |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 04:30 AM |
| Thanks anyway, I am still trying. |
|
|
| Report Abuse |
|
|
|
| 10 Apr 2014 04:33 AM |
For the hat
for _,v in ipairs(Workspace.warspyking:GetChildren()) do if v.ClassName == "Hat" then v:Destroy() end end
Simple enough right? |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
|
| 10 Apr 2014 04:33 AM |
| I just replied, because it kept on saying you posted a new comment... |
|
|
| Report Abuse |
|
|
WolfRazer
|
  |
| Joined: 17 Jan 2013 |
| Total Posts: 127 |
|
| |
|