Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- id = "" -- id of a player for players to load as... helps for games...
- function PlayerEntered(newPlayer)
- wait(2)
- newPlayer.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=14923333"..id
- newPlayer.Character:BreakJoints()
- end
- game.Players.ChildAdded:connect(PlayerEntered)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement