hello guys i want to know were to put local script to make them work
You can put them in these places here:
The StarterGui/PlayerGui. This is where the GUIs go, but they can be coded via localscript.
The StarterCharacterScripts. This contains scripts that are moved into the player model right when the player spawns.
The StarterPlayerScripts. This is where scripts that are ran when the player join are.
And last but not least:
The StarterPack. This is where most tools and fighting controller scripts goes.
If this helped, be sure to leave an upvote and mark as answer! Thanks!