177117
|
  |
| Joined: 17 May 2010 |
| Total Posts: 1366 |
|
|
| 15 Oct 2014 02:32 PM |
| I made a morph, but i don't know how to make players automatically spawn with it. How is this possible? |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 15 Oct 2014 02:48 PM |
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function(char) -- Something here you totally need Lua knowledge which I don't have end) end) |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2014 04:11 PM |
| I would also like to know this. |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2014 04:14 PM |
http://www.roblox.com/Morph-a-player-when-they-respawn-item?id=151502074
Its really messy |
|
|
| Report Abuse |
|
|
|
| 15 Oct 2014 04:18 PM |
| It depends on how your morph is set up. Since my script for that is 195 lines long, if you want to send me your model of what you want to be morphed into, I'll make it for you. But I'll still comment out what each part does so that you still learn :) |
|
|
| Report Abuse |
|
|
177117
|
  |
| Joined: 17 May 2010 |
| Total Posts: 1366 |
|
| |
|