Welds from Replicated Storage won't show for other players

You might need to use the function known as PlayerAdded

Where exactly do I need to put this?

I’m pretty sure you’re gonna have to re write most of the script

You might wanna do some research on the difference between localscripts and serverscripts to get this working :sweat_smile:

Actually, do rebinds still work if its in a ServerScript? The keybind script is not in StarterPlayerScripts.

Keybinds are only client side, sorry bout’ that

If i put the welds and keybinds in separate scripts will this to work? (welds in severscript and keybinds in local script)