You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to move/fling the character forwards a little -
What is the issue? Include screenshots / videos if possible!
My code doesn’t work -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
devforum didn’t help & I was also experimenting around
my code:
local Velocity = player.Character.HumanoidRootPart.CFrame.LookVector*100
player.Character.HumanoidRootPart:ApplyImpulse(Velocity)