is_stomped
modules.is_stomped(target: Instance)Parameters
Example
local target = game:GetService("Players").playerName.Character
local is_stomped = modules.is_stomped(target)
print(target)Last updated
modules.is_stomped(target: Instance)local target = game:GetService("Players").playerName.Character
local is_stomped = modules.is_stomped(target)
print(target)Last updated