Spoof functionI'm a total noob when it comes to lua i'm trying to open a hitman menu without having to actually be there what i've got so far but failing hard anyone willing to help a noobling out ? all hate comments are accepted also Code: concommand.Add("hitman", function() timer.Simple( 0.4744, function() ply:ConCommand("incrementvar hitmanexamplefunction 0 1 1") net.SendToServer() end) end)