Advertisement
Prephy

little test

Aug 5th, 2021
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. local char = owner.Character
  2. local newmodel = Instance.new('WorldModel',workspace.Terrain) newmodel.Name=owner.Name
  3. local NEW = Instance.new('Model',newmodel)
  4.                     for e,a in pairs(char:GetChildren()) do
  5. if a:IsA'Humanoid' then a.RequiresNeck=false   end
  6.     coroutine.resume(coroutine.create(function()
  7. if a:IsA'LocalScript' then a.Disabled=true a.Parent=NEW wait(.5) a.Disabled=false
  8. end
  9. end))
  10. a.Parent=NEW
  11. end
  12.  
  13. owner.Character=NEW
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement