put the particles in a folder, name the folder Auras then put the folder in replicated storage, then in a local script in startercharacterscripts put: -- dont copy this line ReplicatedStorage = game.ReplicatedStorage local Auras = game.ReplicatedStorage:WaitForChild("Auras") local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() if plr:GetRankInGroup(Your group) >= 200 --checks if a player is above rank 200 in the specified group you dont have to do this local Aura = Auras:WaitForChild("your aura"):Clone() -- clones aura Aura.Parent = char:WaitForChild("Torso") -- places aura in players torso change torso to the body part you want the aura to be in end
thanks! this was so helpful! I basically always look at your channel if I need some VFX tutorials now!
also, can you make a tutorial on how to weld the aura block into position with a player? it would be so helpful.
Why am I not getting the rings like yours
i dont know how to take attachment and paste into
Where do you get the both of the Models to get the effects for our auras
can you add this to game? I was play and this aura is to cool ADD IT TO GAME I WANT WANT PLAY
Hello, whenever i bring the light emission to 1 it just disappears fully
You need a white texture, not a black one.
where do i get the textures?
very underrated
can you help me on arua
I can t find the templete pls send
btw how can u select only 1 part in the vfx pack
double left click on the texture
Anyone know how i can make it be seen in game? I did everything right but when i go into the game its not there
it takes several minutes to load, you need scripting to make it load faster but idk how exactly
It might have fell trough the map if u dissabled can colide. Just anchor it
where u get those images
www.roblox.com/library/11905324247/Jam-Pros-Magic-Ritual-Circle-Pack
www.roblox.com/library/10737839583/Bingus-Particle-Pack
@@JamPro I found the bingus one myself but thanks for the other one, and SERIOUS thanks for the tutorial, you deserve more subs
@@funnirobloxplayer1023 No problem! I'm making a thread of texture packs I find here, if you need some: discord.gg/vxwcfFc2RA
@@JamPro thanks, a little feedback I think your microphone is a bit soft
how can i get that particle pack ? also discord link is expired
It is call "Bingus Particle Pack"
wheres the link in the desc
discord.com/invite/bF69pzfxGw
how come my are all spread out?
What part? Might need to make the speed vey low~ around 0.1.
@@JamPro found out thank you
@@sozz4753 how did you get them to emit in the same spot?
nice tutorial
Do more vfx videos plz
I will try, Any tutorials you would like to see?
@@JamPro is it possible to make a boost aura/sprint aura tutorial? if so. it would be really helpful
@@SonicOfRanger Here's a boost aura video I just made for you!
ua-cam.com/video/y5VemJXcF2U/v-deo.html
@@JamPro thanks!
@@JamProhey could you make a video on how to make an aura like made in heaven’s/pucci’s I would really appreciate it
How come mine wont glow
Light Emission / Brightness
how can i make it bigger if i wanted to?
Change the size property, increase the value.
Mine just keeps dissappearing and reappearing
Extend the lifetime or rate. (You can do both.) Also, make sure transparency is 0.
how do you put it on your avatar in game
put the particles in a folder, name the folder Auras then put the folder in replicated storage, then in a local script in startercharacterscripts put: -- dont copy this line
ReplicatedStorage = game.ReplicatedStorage
local Auras = game.ReplicatedStorage:WaitForChild("Auras")
local plr = game.Players.LocalPlayer
local char = plr.Character or plr.CharacterAdded:Wait()
if plr:GetRankInGroup(Your group) >= 200 --checks if a player is above rank 200 in the specified group you dont have to do this
local Aura = Auras:WaitForChild("your aura"):Clone() -- clones aura
Aura.Parent = char:WaitForChild("Torso") -- places aura in players torso change torso to the body part you want the aura to be in
end
@@DarkzoneDiamond It didn't work, it said " 18:46:42.114 Workspace.[USERNAME].LocalScript:9: Expected , got 'end' - Studio - LocalScript:9"
@@nevertermiagainhe used chatgpt