Skip to content
Nature Client
Main Navigation
Home
Examples
Appearance
Menu
Return to top
On this page
Examples
Always Swing
lua
OnTick
(
function
()
-- Server Sided
Packet.
SendSwing
(
4
)
-- Both
Packet.
Swing
(
4
)
end
)
z