Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-6

Find First Childs uses?

Asked by 9 years ago

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
2
There's not much right here at all... Please review your basics on the wiki: http://wiki.roblox.com/index.php?title=Intro_to_Scripting Perci1 4988 — 9y
0
Explain in full sentences what you want to do, instead of how you think you can accomplish it. Then someone can explain the right way. BlueTaslem 18071 — 9y

1 answer

Log in to vote
-2
Answered by
Filipalla 504 Moderation Voter
8 years ago

You need to do

script.Parent:FindFirstChild("example")
        return

that hopefully works

Ad

Answer this question