--[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=69e7ff82a7a8de09796ce01f"))() end) end) --[[rscripts:analytics:end]] local ReplicatedStorage = game:GetService("ReplicatedStorage") local Remote = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("MHP") while task.wait(0) do -- speed (0 = fast) Remote:FireServer() end