Hi, I’m trying to make this ability go in the players direction (where the humanoidrootpart is facing) but it ends up looking like this:
I tried to make the tween go in the players direction but it doesn’t seem to work.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
local goal = {}
goal.Position = beamclone.End.Position + (hrp.Position - Vector3.new(0,0,100))
TS:Create(beamclone.End, TweenInfo.new(2), goal):Play()
task.wait(3)
workspace[plr.Name.."'s Kamehameha"]:Destroy()