You can write your topic however you want, but you need to answer these questions:
-
Im using @EchoReaper Ragdoll module and Im trying to make it so that the enemy player ragdolls when hit But it keep saying " attempt to index nil with ‘ragdollAdded’ " .
-
I tried looking through the module for help but nothing really helped .
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local RagdollHandler = ReplicatedStorage:WaitForChild("RagdollHandler")
local rag = require(RagdollHandler)
rag.ragdollAdded(Humanoid)
I didnt wanna put the whole script so i just put the ragdoll part up .