View difference between Paste ID: aEdhnAwY and Mg4h4yR4
SHOW: | | - or go back to the newest paste.
1
p = game.Players.LocalPlayer
2
char = p.Character
3
pchar = char
4
hat = Instance.new("Part", char)
5
hat.Size = Vector3.new(1, 1, 1)
6
hatm = Instance.new("SpecialMesh", hat)
7
hatm.MeshType = "FileMesh"
8-
hatm.MeshId = "http://www.roblox.com/asset/?id=96102993"
8+
hatm.MeshId = "http://www.roblox.com/asset/?id=21057410"
9-
hatm.TextureId = "http://www.roblox.com/asset/?id=96103063"
9+
hatm.TextureId = "http://www.roblox.com/asset/?id=64444605"
10
hatw = Instance.new("Weld", hat)
11
hatw.Part0 = hat
12
hatw.Part1 = char.Head
13
Mouse = p:GetMouse()
14
mouse = p:GetMouse()
15
m = p:GetMouse()
16
char.Head.Transparency = 1