local player = game.Players.LocalPlayer local character = player.Character if character then local hrp = character:FindFirstChild("HumanoidRootPart") if hrp then local args = { 6099999999999, 6099999999999, false, hrp.Position, 0 } game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("StompDamage"):FireServer(unpack(args)) end end