I want to reference/call a local script in my StarterPlayerScripts with a script in StarterGUI, I can't seem to find a solution that fits with me, I want to reference this script to disable it and enable it for a short time. Any help will be appreciated!
(PS: The script highlighted is the script I want to call
And this is the script that calls the script
Alright Thank you for your help! I referenced it using "game.Players.LocalPlayer.PlayerScripts.PlayerAnimation" Thank you for your help again!