Find any script for Roblox

Enter the name of the game or script.

Da Hood script – (Trash talk)

Functions: Trash
Z – for activation

Script developer: Rob123

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					local words = {
    'ur bad',
    'Dont care',
    'Quit the game',
    'XD ',
    'sad',
    'I would quit if i had that aim',
'Log already sonny boy',
    'how did u fail to get me',
}
local player = game.Players.LocalPlayer
local keybind = 'z'
local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
player:GetMouse().KeyDown:connect(function(key)
    if key == keybind then
        event:FireServer(words[math.random(#words)], "All")
    end
end)
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *