Advertisement
TheRealEprent

for sms1337

Jan 30th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. game.Players.PlayerAdded:connect(function(p)
  2.     p.CharacterAdded:connect(function(c)
  3.         local morph = game.ServerStorage.Morph:Clone()
  4.             for i,v in pairs(c:GetChildren()) do
  5.             v.Parent = morph -- Not sure what you mean by this :P
  6.                 if v:IsA'BasePart' or v:IsA'Hat' or v:IsA'Humanoid' then
  7.                     wait()
  8.                     v.Locked = false
  9.                     v:Destroy() --ded so ded
  10.                 end
  11.             end
  12.     end)
  13. end)
  14.  
  15. --morph is character.rbxm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement