Advertisement
bubnake

...

Aug 22nd, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. id = "" -- id of a player for players to load as... helps for games...
  2.  
  3.  
  4. function PlayerEntered(newPlayer)
  5. wait(2)
  6. newPlayer.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=14923333"..id
  7. newPlayer.Character:BreakJoints()
  8.  
  9. end
  10.  
  11. game.Players.ChildAdded:connect(PlayerEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement