of     1   

Naco88
#184469782Sunday, February 28, 2016 1:18 PM GMT

I am using module scripts to create little AI robots. It creates the robot using a script by creating all of the parts and grouping them. I would like to know if it is possible to create a script inside the robot and then add the text to it which makes it move. (I already have the movement text) Thanks.
Altaccount133
#184472377Sunday, February 28, 2016 2:31 PM GMT

You mean like editing a script from another script?id that's what you mean then: http://wiki.roblox.com/index.php?title=How_to_edit_scripts_with_another_script
DeepBlueNoSpace
#184472782Sunday, February 28, 2016 2:41 PM GMT

script = script.Script:Clone() script.Parent = robot
Naco88
#184548581Monday, February 29, 2016 9:11 PM GMT

Thanks!

    of     1