|
| 19 May 2015 02:50 PM |
hers my code but i dont wanna wait 5 seconds, its too long. I ned it to happen immediatly.
Cream. Nothing dirty about that word, move along fr00b. |
|
|
| Report Abuse |
|
| |
|
| 19 May 2015 02:55 PM |
Oops i made alot of spelling errors, sorry. Also heres the code:
game.Players.PlayerAdded:connect(function(Player) Player.CharacterAdded:connect(function(Character) wait(5) Player:ClearCharacterAppearance() local Shirt = game.ServerStorage.Clothes.Shirt:Clone() local Pants = game.ServerStorage.Clothes.Pants:Clone() local Hat = game.ServerStorage.Clothes.Hat:Clone()
Shirt.Parent = Character Pants.Parent = Character
Hat.Parent = Character Hat.CFrame = Character.Head.CFrame*CFrame.new(0,.7,0)
local Weld = Instance.new("Weld") Weld.Part0 = Hat Weld.Part1 = Character.Head Weld.C0 = Hat.CFrame:inverse() Weld.C1 = Character.Head.CFrame:inverse() Weld.Parent = Hat
end) end)
Cream. Nothing dirty about that word, move along fr00b. |
|
|
| Report Abuse |
|