BendsSpace
(BendsSpace)
February 26, 2024, 8:16pm
#2
That’s because you need to program it
If you can’t/don’t want to program it, you can pay someone on the talent hub to make it for you, or you can find it in #resources:community-resources .
Also, the video you linked has the exact script to get this effect in the description:
mikquint
(mikquint)
February 27, 2024, 7:46pm
#3
I want to know HOW to make the effect, and from what I know that’s not something you script.
1 Like
BendsSpace
(BendsSpace)
February 27, 2024, 8:10pm
#4
The video is titled “How to make Jump Effect on Roblox Studio” … ?
The particle effect is entirely from something programmed. You can add an existing program to your game to get it.
The program looks something like:
On jump request
Create a new ParticleEmitter
Set the ParticleEmitter to have the dust texture, to only output sideways, to be attached to the feet, etc
Call PartileEmitter:Emit(60)
(or some other number)
Destroy the ParticleEmitter
You either program it yourself or you add someone else’s program. Roblox doesn’t have a built-in program and method to add a jump particle.
2 Likes
Dolm3D
(Dolm3D)
February 28, 2024, 11:20pm
#5
I think hes talking about the actual particle effect. Not getting it to function.
In roblox studio if you have a part you can add a “particle emitter” to that part.
From there you tweak values, add a texture, etc. To get it to your liking.
Then you script it to the character via code to make it only work when jumping.
Heres a tutorial on how to make a particle.
system
(system)
Closed
March 14, 2024, 12:02am
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.