Skip to content

Examples

Always Swing

lua
OnTick(function()
    -- Server Sided
    Packet.SendSwing(4)

    -- Both
    Packet.Swing(4)
end)

z