I've already asked this once but got ignored ;(. Basically, I've made a part through scripting and welded it to the player after the player entered the game. but I'm of course having trouble adding damage since I can't ask a question without a script or it's against the rules (apparently). So here is a script that I've tried that didn't work and I want to know why they never worked as it doesn't make sense that a script won't recognize something even when it is actually in the game.
plr = game:GetService("Players").LocalPlayer RP = game.plr.RightPunch script.Parent:Clone(plr, RightPunch)