View difference between Paste ID: k1YQr9Nx and SF4hKKG2
SHOW: | | - or go back to the newest paste.
1
char = game:service'Players'.LocalPlayer.Character
2
m = game:service'Players'.LocalPlayer:GetMouse()
3
4
-----------------------------
5
function Aesthetics()
6
7
8
    char.Head.face.Texture = "http://www.roblox.com/asset/?id=145405176"
9
end
10
11
Aesthetics()
12
13
14
m.KeyDown:connect(function(k)
15
if k == "z" then
16
char.Head.face.Texture = "http://www.roblox.com/asset/?id=145405176"
17
end
18
end)
19
20
m.KeyDown:connect(function(k)
21
if k == "e" then
22
char.Head.face.Texture = "http://www.roblox.com/asset/?id=42266676"
23
end
24
end)