Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --//Kawaii Girl// By SSKADFF23 (The Popular YouTuber) (He is EpicDude6951 for pastebin)
- wait(1)
- hat = game.InsertService:LoadAsset(164482409):GetChildren()[1]
- Player = game.Players.LocalPlayer
- Character = Player.Character
- game.Lighting.Outlines = false
- --Body Parts--
- Head = Character.Head
- Torso = Character.Torso
- LeftA = Character["Left Arm"]
- RightA = Character["Right Arm"]
- LeftL = Character["Left Leg"]
- RightL = Character["Right Leg"]
- --Setup
- for i,v in pairs(Character:GetChildren()) do
- if v:IsA("Hat") then
- v:remove()
- elseif v:IsA("Shirt") then
- v:remove()
- elseif v:IsA("Pants") then
- v:remove()
- end
- end
- if Head:FindFirstChild("face") then
- Head:FindFirstChild("face"):remove()
- end
- wait(1)
- shirt = Instance.new("Shirt")
- pants = Instance.new("Pants")
- face = Instance.new("Decal")
- shirt.Parent = Character
- pants.Parent = Character
- hat.Parent = Character
- face.Parent = Head
- face.Face = "Front"
- face.Texture = "http://www.roblox.com/asset/?id=519213189"
- shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=531328853"
- pants.PantsTemplate = "http://www.roblox.com/asset/?id=460503169"
- music = Instance.new("Sound",Torso)
- music.SoundId = "rbxassetid://548047682"
- music.Volume = 2
- music:Play()
- --Main
- mouse = Player:GetMouse()
- mouse.KeyDown:connect(function(ky)
- local key = ky:lower()
- if key == "f" then
- game.Chat:Chat(Character, "SHE SAID KONNICHWA <3", Enum.ChatColor.Blue)
- elseif key == "e" then
- game.Chat:Chat(Character, "LOVE ME SENPAI <3", Enum.ChatColor.Blue)
- elseif key == "k" then
- game.Chat:Chat(Character, "KAWAII DESU!! <3", Enum.ChatColor.Blue)
- elseif key == "q" then
- game.Chat:Chat(Character, "DO YOU LOVE?,ME BECAUSE I DO <3", Enum.ChatColor.Blue)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement