#module returns nil

5 messages · Page 1 of 1 (latest)

amber folio
#

how you using this function

#

show me

potent ruin
#

sir yes sir!

jagged laurelBOT
#

studio** You are now Level 15! **studio

potent ruin
# amber folio how you using this function
local Tool = script.Parent

local HitboxModule = require(game.ReplicatedStorage.Modules.HitboxModule)
Tool.Activated:Connect(function()
    local Humanoid = Tool.Parent:FindFirstChildOfClass("Humanoid")
    local Track = Humanoid:LoadAnimation(game.ReplicatedStorage.Animations.Fist1)
    
    local Touched = HitboxModule:animationbox(Tool.Parent, Track, Vector3.new(3, 2.5, 2.5))

    Track:Play()

    print(Touched)

end