|
| 22 May 2013 07:48 PM |
| Makes a person wear a morph when they enter the game? |
|
|
| Report Abuse |
|
ForceSky
|
  |
| Joined: 30 Jul 2012 |
| Total Posts: 2379 |
|
|
| 22 May 2013 08:02 PM |
Make a table of the morph objects, located in lighting. Use this loop to remove any morphs(e.g. Robloxian 2.0) and clone the table contents into the person. I'm not sure what morphs' classname is, so just enter that in.
game.Players.PlayerAdded:connect(function(plr) repeat wait() until plr.Character for i, v in pairs(plr.Character:GetChildren()) do if v:IsA("PUTWHATMORPHSAREHERE") then v:Destroy() end end end) |
|
|
| Report Abuse |
|
|
| 22 May 2013 08:06 PM |
O.O I have no idea what that is, I'm not a scripter lol. But I'll try and figure it out Thanks :) |
|
|
| Report Abuse |
|