is_stomped

Returns true if the player is stomped

modules.is_stomped(target: Instance)

Parameters

  • target: The target character


Example

local target = game:GetService("Players").playerName.Character
local is_stomped = modules.is_stomped(target)

print(target)

Last updated