-- Example: Simulate a player attack local player = { Name = "GOR", Poisoned = {}, PlaySound = function(self, sound) print(self.Name .. " plays sound: " .. sound) end }