So does Parent and FindFirstChild do somthing such as the parent make the child preform a acting? Correct my script if im wrong, im not a pro scripter.
script.Parent.FindFirstChild function Explode return
You need to do
script.Parent:FindFirstChild("example") return
that hopefully works