Hello, I need to change a local script’s parent by using a script. I am making a game where you go through a portal and it makes your view Isometric. How I want the script to work is down under me:
The local script has to go into StarterPack because that’s how the isometric view script works.
script.Parent.Touched:connect(function() --touching the portal
--the script to make it change the parent of the local script to "StarterPack"
end)
Thank you for your time!