local LastNext = tick() script.Parent.ClickDetector.MouseClick:connect(function(Player) if (not Player.Team or Player.Team.Name == 'CheckPoint Employee' or Player.Name == "CloudRomanov") and tick()-LastNext > 3 then workspace:WaitForChild('BoothSFX').Present:Play() game:GetService("Chat"):Chat(Player.Character,'PAPERS, PLEASE') LastNext = tick() end end)
I answered the question, I changed it so that it only makes you chat, and that you don't need to be in a specific team to use it.