shouting simulator script local dbounce = false mouse = game.Players.LocalPlayer:GetMouse() local KeyToPressToStop_Start = 'q' mouse.KeyDown:connect(function(Key) if Key:lower() == KeyToPressToStop_Start:lower() then dbounce = not dbounce end end) rs = game:GetService'RunService' rs.RenderStepped:connect(function() game:GetService("ReplicatedStorage").Remotes.Yell:InvokeServer(unpack({})) shouting simulator script How to get it for free? shouting simulator script end) shouting simulator script