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!
How to make a cannon that you can shoot yourself out of and cannons balls too.
-
What is the issue? Include screenshots / videos if possible!
I don’t know where to start.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried Youtube and Devforum.
I want to make a cannon like the fortnite cannons.
1 Like
hasoco
(kan ye)
#2
You start by making the cannon model… and then placing a proximity prompt in the cannon… and then like yknow you do your stuff.
Yea, ik how to do that, but how can i make cannon balls shoot out of it and then make an option to shoot yourself out.
I would probably use BodyForce, or the like. A depreciated way would be to use Velocity.
1 Like
Alr, but how can i make the player shoot out of the cannon at the cannons angle?
Hmmm. Probably either use two different prompts, or create a GUI.
1 Like
Probably just use the cannons orientation as the trajectory.
MainPart.CFrame.LookVector
is what you looking for. Have fun shooting balls.
1 Like
Ok thanks, ill try this asap, ill let u know if it worked