Made by (Mint_RR) local ReplicatedStorage = game:GetService("ReplicatedStorage") local ByteNetReliable = ReplicatedStorage:WaitForChild("ByteNetReliable") task.spawn(function() while true do ByteNetReliable:FireServer(buffer.fromstring("\20")) task.wait(0.1) end end)