Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char = game:service'Players'.LocalPlayer.Character
- m = game:service'Players'.LocalPlayer:GetMouse()
- -----------------------------
- function Aesthetics()
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001854996"
- end
- Aesthetics()
- m.KeyDown:connect(function(k)
- if k == "e" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001854996"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "r" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001858046"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "t" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001872318"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "y" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001857035"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "q" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=176699876"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "u" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=1063138212"
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement