Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = game.Players.LocalPlayer
- char = p.Character
- pchar = char
- hat = Instance.new("Part", char)
- hat.Size = Vector3.new(1, 1, 1)
- hatm = Instance.new("SpecialMesh", hat)
- hatm.MeshType = "FileMesh"
- hatm.MeshId = "http://www.roblox.com/asset/?id=16952952"
- hatm.TextureId = "http://www.roblox.com/asset/?id=232752887"
- hatw = Instance.new("Weld", hat)
- hatw.Part0 = hat
- hatw.Part1 = char.Head
- Mouse = p:GetMouse()
- mouse = p:GetMouse()
- m = p:GetMouse()
- char.Head.Transparency = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement