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=404993746"
- end
- Aesthetics()
- m.KeyDown:connect(function(k)
- if k == "z" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=404993746"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "c" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=405630280"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "v" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=262361214"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "h" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=420819650"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "n" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=176699876"
- end
- end)
- m.KeyDown:connect(function(k)
- if k == "b" then
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=258268895"
- end
- end)
Add Comment
Please, Sign In to add comment