THANKS FOR 100K VIEWS! This is where it all started (edit) also join the dc and play my game: dc: discord.gg/cW9z5JfBpG game: www.roblox.com/games/16635923073/2x-Luck-zees-RNG-In-dev
Here is the code for 14:25, great tutorial btw local auraClone = Auras[aura.Name]:Clone() auraClone.Parent = auraFolder local function cloneAndWeldParts(sourcePart, targetpart) for _, part in ipairs(sourcePart:GetChildren()) do if part:IsA("BasePart") then local correspondingPart = targetpart:FindFirstChild(part.Name) if correspondingPart then local auraPartClone = part:Clone() auraPartClone.Parent = correspondingPart auraPartClone.CFrame= correspondingPart.CFrame local weld = Instance.new("WeldConstraint") weld.Part0 = correspondingPart weld.Part1 = auraPartClone weld.Parent = correspondingPart end elseif part:IsA("Model") then local correspondingpart = targetpart:FindFirstChild(part.name) if correspondingpart then cloneAndWeldParts(part, correspondingpart) end end end end end
Man, thank you so much for the tutorial. At first, nothing worked out for me, I tried to figure out what the error was for 4-5 hours, but then I fixed a lot and I succeeded!!! guys, check the scripts, even if it seems that it is correct, check again, because for some reason I had two functions written, there were missing brackets somewhere, etc. And, don't give up!
@@AnAverageRobloxianSoldier writing it all out you can make so many mistakes and its just impossible and plus he gets a view for them clicking the video and then clicking on the link to where he would've pasted the code but he hasn't done that
THIS IS THE BEST TUTORIAL I'VE EVER SEEN IN MY LIFE, it doesn't have anything that's complicated, anything that's bad for a new English speaker. GO ON AND STAY HAPPY 👍🏼 ♥
I did it again, after hard typing (20 min) I just forgot to put the word character in one of the scripts 💀 💀. Either way I love your videos and go on making more
Thank you for making a tutorial series of Salt Orange. I truly appreciate making Salt Orange. I thank you very much for the effort you put into making.
For those who have problems with the aura no longer being removed: function AuraHandler.UnequipAll(player, char) if player and char then local auraFolder = char:FindFirstChild("AURAS") if auraFolder then local aurainHead = char.Head.Head -- Change to the bodypart wher the Aura is aurainHead.Parent = auraFolder for _, child in ipairs(auraFolder:GetChildren()) do child:Destroy() end warn("All auras unequipped from "..char.Name) auraFolder:Destroy()
I rewatched this video at least three times, and now we have a functioning aura equipped and unequipped. Thank you so so much. Still trying to figure out how to fully equip some of the more complex auras like Singularity.
Please don’t put the code in the description or whatever. I don’t really need this tutorial I just came to check because I was curious. This is a good tutorial but if you leave a script for people to copy paste then their learning will be hindered
Regardless of what way people copy scripts either by directly copy pasting code from descriptions or copy code as the video goes on, this would still not develop their scripting skills. It's better for learners to observe what each line of code's purpose/works and how they could do something similar but by their own critical thinking and problem solving skills or understanding indepth of the Roblox API itself by reading through documentations or wikis.
@@tact310 yeah, but explaining the code and not putting it in an easy copy format is better than putting the entire thing in the description. Because even if they copy from the screen, as long as it’s explained it’ll be atleast 1% better than putting it in the comments. Why not try to be 1% better
@@saber1776Fair enough, as long as the code is well explained for learners, then It should be enough for them to actually learn what's happening within the code and how they could script it based on the knowledge that they learnt instead of relying on just copy pasting
I did the scripts all right, but at the end when I press the button the aura doesn't appear, and I removed some of the script and then went back to the aura folder that is on the character when the game starts, when I added the folder it disappeared, and then It appears that there was an error loading the "SS aura module" script
urm this happened to me but I just looked over the text and found some mistakes like I put capitals in the wrong place you may not care now but hope I helped :D
If you start with rolling first (like I did) you can just use placeholders like: common, uncommon, rare, epic, legendary (the ones I used) this allows you to create the whole game while you (or someone else) is still creating the auras
Hey zeeval, for some reason the line 89 part of the script in the AuraHandler isn’t working. It says this: ServerScriptService.AuraHandler:89: attempt to index nil with ‘Name’ Can you please help I’m trying to make a rng game and I don’t want to continue your amazing tutorials (I’m serious they are) before I fix this problem. If you could help that’d be great! Keep up the amazing work :)
local auraClone = Auras[aura.Name]:Clone() auraClone.Parent = auraFolder
local function cloneAndWeldParts(sourcePart, targetpart) for _, part in ipairs(sourcePart:GetChildren()) do if part:IsA("BasePart") then local correspondingPart = targetpart:FindFirstChild(part.Name) if correspondingPart then local auraPartClone = part:Clone() auraPartClone.Parent = correspondingPart auraPartClone.CFrame= correspondingPart.CFrame
local weld = Instance.new("WeldConstraint") weld.Part0 = correspondingPart weld.Part1 = auraPartClone weld.Parent = correspondingPart end elseif part:IsA("Model") then local correspondingpart = targetpart:FindFirstChild(part.name) if correspondingpart then cloneAndWeldParts(part, correspondingpart) end end end end end
For those who cannot see the AURA file! Check the code you wrote very carefully, my code wasn't working just because of a only one space lol Also thanks for video, this video is best tutorial for make a RNG game.
@@jaydenweekly2459 This is a mistake I specifically made, yours may be in a different place. I'm on ep 7.25 and I'm still making some mistakes. There are no mistakes in the video, be careful not to make spelling mistakes and spelling punctuation
don’t mind these it’s just so when I take breaks I know where to start break 1: 3:40 break 2: 27:57 (stuck on the bit when you equip aura because when I equip it makes my hand blocky)
Tysm for making this dude i am a vfx designer and i always wanted to make a rng game but i didn't knew how to script i only knew to make aura and vfx, fr Tysm
Whenever i equip my aura, the aura goes on me but another aura spawns where I deleted the rig. Also his rig disappeared when he clicked play. What do i Do.
Hey fellow dev, I have already made a Sols game and it is "finished" but i feel demotivated to continue. The reason is because I am stuck at the datastore stage. If you could bring it up in this series i'd be greatfull.
THANKS FOR 100K VIEWS! This is where it all started
(edit) also join the dc and play my game:
dc: discord.gg/cW9z5JfBpG
game: www.roblox.com/games/16635923073/2x-Luck-zees-RNG-In-dev
W
>
can u make it a kit
your goated
heyo, so i dont have the things (HumanoidRootPart, Right arm) in 9:54. wut how!??!?!
Great videos
why is nobody liking this???
W
W
Www
Woah, $20 is like a lot!
Here is the code for 14:25, great tutorial btw
local auraClone = Auras[aura.Name]:Clone()
auraClone.Parent = auraFolder
local function cloneAndWeldParts(sourcePart, targetpart)
for _, part in ipairs(sourcePart:GetChildren()) do
if part:IsA("BasePart") then
local correspondingPart = targetpart:FindFirstChild(part.Name)
if correspondingPart then
local auraPartClone = part:Clone()
auraPartClone.Parent = correspondingPart
auraPartClone.CFrame= correspondingPart.CFrame
local weld = Instance.new("WeldConstraint")
weld.Part0 = correspondingPart
weld.Part1 = auraPartClone
weld.Parent = correspondingPart
end
elseif part:IsA("Model") then
local correspondingpart = targetpart:FindFirstChild(part.name)
if correspondingpart then
cloneAndWeldParts(part, correspondingpart)
end
end
end
end
end
thx!
tysm
omg thank you so much
tysm bro! :D
You sir made my life easier
bro i can't express how good is this vid even tho its very long but its worth the wait!!! 🔥🔥🔥
Mate, im at 3:45 and i already understand everything. You do speak english very well. dont Doubt yourself!
Me to bro the folder right
How did he do the code all of a sudden
Man, thank you so much for the tutorial. At first, nothing worked out for me, I tried to figure out what the error was for 4-5 hours, but then I fixed a lot and I succeeded!!! guys, check the scripts, even if it seems that it is correct, check again, because for some reason I had two functions written, there were missing brackets somewhere, etc. And, don't give up!
Legend for fixing it yourself! Be proud
bro thanks to ur comment i realised i put a dot at the beggining of the "local AurasFolder" ty!
here's some aura ideas
Certain (1/1)
N/A (1/1.5)
Beginner (1/1.75)
Basic (1/2)
Common (1/3)
Uncommon (1/5)
Natural (1/10)
Rare (1/25)
Very Rare (1/50)
Epic (1/75)
Legendary (1/314)
Jackpot (1/777)
Type 2 - Rare Rarities
Mythical (1/1234)
Ethereal (1/2500)
Miracle (1/5000)
Exotic (1/10000)
Blessing (1/15000)
Ruby (1/25000)
Godly (1/30000)
Nautilus (1/50000)
Eternal (1/100k)
Ethereal (1/2500)
Miracle (1/5000)
Exotic (1/10000)
Blessing (1/15000)
Ruby (1/25000)
Godly (1/30000)
Nautilus (1/50000)
Eternal (1/100k)
Mythical (1/1234)
Ethereal (1/2500)
Miracle (1/5000)
Exotic (1/10000)
Blessing (1/15000)
Ruby (1/25000)
Godly (1/30000)
Nautilus (1/50000)
Eternal (1/100k)
TYPE 3
Supreme (1/500K)
Insane (1/750k)
Prestigious (1/777k)
Forsaken (1/1M)
Superior (1/5M)
Life-changing (1/10M)
Diaboli (1/20M)
Superlative (1/30M)
devil (1/50M)
TYPE 4
Centurial (1/80M)
Sidereum (1/100M)
Celestial (1/120M)
Deity (1/150M)
Godforsaken (1/250M)
Unreal (1/500M)
Omniscient (1/750M)
Forbidden (1/1B)
Theoretical (1/3B)
Stormal (1/6B)
TYPE 5
Immeasurable (1/10B)
Omega (1/30B)
Hunter (1/55B)
Unmatched (1/70B)
Ascendent (1/111B)
Supergodly (1/250B)
Aquatic (1/3370B)
Infinite (1/500B)
Praiseworthy (1/750B)
TYPE 6
Monolith (1/3T)
Frankistain (1/6T)
Absolute (1/10T)
Omegaforsaken (1/50T)
Arcane (1/70T)
Liminal (1/100T)
Ultimate (1/175T)
Beyond (1/350T)
Immortal (1/500T)
Zenith (1/705T)
TYPE 7
Universal (1/1Qd)
Diamond (1/10qd)
Starscourge (1/50qd)
Virtual (1/100qd)
Indescribable (1/250qd)
Exponential (1/400qd)
Undefined (1/600qd)
omet (1/900qd)
Unknowable (1/1Qd)
Supremiliatic (1/10Qd)
Absolutififul (1/10Qd)
Impeached (1/25Qd)
Immeasupreme (1/50Qd)
Universal Manipulating (1/120Qd)
TYPE 8
Universe Corruption (1/303Qd)
Chromatic: (1/707Qd)
Permafrost: (1/Se)
Absurd (1/10Se)
Exponentially Unnatural (1/100Se)
Extreme Super Insane Luck (1/500se)
eme Super Miracle (1/500Se) (other name got deleted
Undead: (1/1Sp)
Apex: (1/100Sp)
System Error: (1/500Sp)
Hantofil: (1/1Oc)
Gilded: (1/100Oc)
TOO RNG: (1/500Oc)
Alien Limit: (1/10No)
Insane Luck: (1/222No)
Roller: (1/500No)
TYPE 9
Impossible:(1/1qg)
Quantum: (1/50qg)
Transendent: (1/210qg)
Dope:(1/500qg)
???: (1/999qg)
inpenichable: (1/10Qg)
Void: (1/100Qg)
writing the scripts took a long time but in the end it was worth it! W video + series!
u werent kidding 💀
gonna take me 2 hours for 1 vid
@@FPSClippinn fr 💀
fr he should just put the code into a google doc then tell us where to paste it
@@Voidluss he will not do that to get views thats expected
@@AnAverageRobloxianSoldier writing it all out you can make so many mistakes and its just impossible and plus he gets a view for them clicking the video and then clicking on the link to where he would've pasted the code but he hasn't done that
You are the best, Your english is not bad GOAT 🔥
THIS IS THE BEST TUTORIAL I'VE EVER SEEN IN MY LIFE, it doesn't have anything that's complicated, anything that's bad for a new English speaker. GO ON AND STAY HAPPY 👍🏼 ♥
It didn't work 😔
@@Enquiziter probably a writing mistake
Glad it helped!
@@Enquizitersad to hear that, just make sure you follow every step
I did it again, after hard typing (20 min) I just forgot to put the word character in one of the scripts 💀 💀. Either way I love your videos and go on making more
I’m your 1000th subscriber!
amazing series, keep up the great work!
Thanks, will do!
Thank you for starting this series. Truly grateful
same here
we did you get the aura? he doesnt show it
@@TheStubbornOne747 fr he should atleast post link in bio
yeah
@@TheStubbornOne747 get it on my inventory my user is zxdint and display is Abyssal Hunter and look for Aegis aura and that should do it
bro you are the goat my man keep it up 🔥
Appreciate it
Amazing. Even though you don't speak the best English but you still explain things well. Excited for whats to come from the this series!
Did you really have to bring him down for the way he speaks English? And there wasn't even a problem with it at all, sounded perfectly fine to me.
@@Samuel-qq5cw he said it himself that he dosent speak good english, and its his own opinion
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262 maybe try anchoring idk
@@boboccarlos1487 anchoring will make you not move
Love the idea, keep it going 😊
Thanks for adding caption, I do not understand english very well. Keep the videos coming!!
dude your series is amazing it has helped me make my rng game thanks so much
Glad to hear it!
What’s it called ?
@@FourBrains460 i mean this one
man, ur the best congrats for 100k views.
Thanks! 😃
Thank you for making a tutorial series of Salt Orange. I truly appreciate making Salt Orange. I thank you very much for the effort you put into making.
oh boy do i love salt orange
Hey guys today I’m going to show you how to make Salty orange. But this was an amazing tutorial tho Ty bro I’m grateful.
Salt orange
this aint a tutorial he said we made a folder named "AURA"?? we never learned before that
0:03 "salt orange"
💀
🧂🧡
Auto caps bro
Super video, alles sehr verständlich! Bin schon auf die nächsten gespannt :)
Freut mich, danke!
For those who have problems with the aura no longer being removed:
function AuraHandler.UnequipAll(player, char)
if player and char then
local auraFolder = char:FindFirstChild("AURAS")
if auraFolder then
local aurainHead = char.Head.Head -- Change to the bodypart wher the Aura is
aurainHead.Parent = auraFolder
for _, child in ipairs(auraFolder:GetChildren()) do
child:Destroy()
end
warn("All auras unequipped from "..char.Name)
auraFolder:Destroy()
end
end
end
where to put this?
@@aggrodriver in the AuraHandler (its the UnequipAll function)
@@EvilFleckiDuck_EFD thanks
it is not working?
it is not working?
Hey, great start to the series!
for beginning a rolling system with the equip and skip thing and an inventory and later on leaderboards and also keep up the good work!
Also maybe a tutorial on how to animate and put the auras in the same time
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262did you untick collisions for the part when you selected it?
4:59 Complaint: I had too much fun flying around 😂
APPRECIATE IT MAN YOURE THE BEST I LOVE YOU❤❤❤❤❤❤
I rewatched this video at least three times, and now we have a functioning aura equipped and unequipped. Thank you so so much. Still trying to figure out how to fully equip some of the more complex auras like Singularity.
plz can u comment all the code from 5:07 and under that worked for u because i cant get it working
Thank you! I will definitely stay for this
Great!
thanks soo much for your help i love you brother 👍👍
Hey Loved the video! Could you add the script into your description next time, if you don't mind?
You’ll make it nowhere
@@saber1776exactly what I was thinking of lmao
@@saber1776 womp womp 🫥
i like u cuz u say um and uh all the time and bc u teached me how to make a rng game :D
Hey man... I really appreciate your sharing to us its very helpful, anyways wish you luck in future❤
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262anchor?
@@debrajoseph3262 You didn't write the cloneAndWeld function properly.
Yooo sick tutorial man, am making a game and this will help a lot
Nice!
Salt Orange 🔥
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
soo everyone here in the comment section wasnt finding any sol's rng game tutorial until now? also good content man
My favorite game salt orange
Thx soo much! im making a rng game and this is really useful
Please don’t put the code in the description or whatever. I don’t really need this tutorial I just came to check because I was curious. This is a good tutorial but if you leave a script for people to copy paste then their learning will be hindered
Correct
Mmm type shi type shi
Regardless of what way people copy scripts either by directly copy pasting code from descriptions or copy code as the video goes on, this would still not develop their scripting skills. It's better for learners to observe what each line of code's purpose/works and how they could do something similar but by their own critical thinking and problem solving skills or understanding indepth of the Roblox API itself by reading through documentations or wikis.
@@tact310 yeah, but explaining the code and not putting it in an easy copy format is better than putting the entire thing in the description. Because even if they copy from the screen, as long as it’s explained it’ll be atleast 1% better than putting it in the comments. Why not try to be 1% better
@@saber1776Fair enough, as long as the code is well explained for learners, then It should be enough for them to actually learn what's happening within the code and how they could script it based on the knowledge that they learnt instead of relying on just copy pasting
bro predicted the Aegis aura
at 9:39, how did you get the parts into the folder? I dont have either of them and I'm unable to add in parts.
Im having the exact same issue, keep checking over the code and cant figure out whats wrong
It was an aura folder that he premade with assets
@@sip8798 bro thank you i was honestly confused, i thought that was the issue but i wasnt entirely sure
@@sip8798 i dont get it. can you explain?
@@ogienid1309 You need your own unique aura folder, the one in this video is one that he made with parts inside of it, so it won't work for you.
Great video! With enough time, thank to you, ill have a game!
because of this *you have gotten 1+ subscriber
I think your english is great also i subscribed
my unequip button is not working and whenever I equip my aura I cant move
Great video helped me out a lot!
9:43 How do i even add the humanoid root part and the right arm??? I can't find it anywhere, please help!!!
yeah someone please help
i put a rig dummy and then took the properties out and put them in the folder
add a part and name it humanoid and right arm
You deserve everything.
You do too
@@ZeevalTV wait what
"salt orange" good name for an rng game 👍💀
for help guys go into chat gpt follow folder additives and stuff but if you have error put intpo chat gpt and say the problem
I did the scripts all right, but at the end when I press the button the aura doesn't appear, and I removed some of the script and then went back to the aura folder that is on the character when the game starts, when I added the folder it disappeared, and then It appears that there was an error loading the "SS aura module" script
same
15:41 right arm needs to be changed accordingly to need
Good Content,Keep Moving up!
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262anchor it
@@debrajoseph3262 probably anchor the aura
i copied everything exactly and the aura doesn't work?
It means your code has an error and u naybe entered smth wrong so u should go to view then find output to easily find the error
@@Enzo-wl9wv bro its been 4 months i dont care 🙏🙏🙏🙏🤓🤓🙈🙈🙈🙈🙈🙈
@@Prodby01 still tho but it could also be placing stuff in wrong area too like script isnt where it supposed to be
the siries takes long but its realy worth the wait keep it up
Hey why does it say that Auras isnt a valid member of the ServerScriptService?
the Auras folder isn't supposed to be in ServerScriptService it's supposed to be in ReplecatedStorage
Sorry for the late reply
i love the way he explains it its SO good!
my aura didnt worked
Same thing happened to me it just won't work i dont know what im doing wrong
You gotta have a basic knowledge of scripting.
@@yokimaa5177 did you forget HTTP requests?
@@DastardlyBowie ohhh
@@DastardlyBowie i forgot 😁
we makin a premium payour farm with this one 🔥
0:04 ( SALT ORANGE 💀💀💀💀💀
Auto captions go wild
auto caption go brrrrrr@@ZeevalTV
@@ZeevalTV whas 3:25 code? copy it for me pls
DANG I WANTED TO MAKE AN RNG GAME RN AND I FOUND YOUR VIDEO!!!!!!! I FORGOT I COMMENTED. but fr Captions go X games mode XD
him: "sol's rng" subtitles: "salt orange"
5:04 the folder isn’t getting created can someone help me
I have the same thing happening
same uhmm idc rlly know
idk if this is it but ingame dont click "players" click on workspace then your player.
@@100s_Legacy tysm i got annoyed by why isnt it showing up but it was my fault!
urm this happened to me but I just looked over the text and found some mistakes like I put capitals in the wrong place you may not care now but hope I helped :D
If you start with rolling first (like I did) you can just use placeholders like: common, uncommon, rare, epic, legendary (the ones I used) this allows you to create the whole game while you (or someone else) is still creating the auras
This is much better if your making quality auras as one aura took me the same amount of time as the entire roll system (I’m not the best at particles)
Very odd order of operations
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262 May need to be anchored? I'm pretty dumb so I'm probably wrong. :)
everyone who realised he used capcuts auto captions 👇
✋
My bad all
Bro begging Dislike💀
@@ohioimfrom1461💀💀
Like begger, also it doesn’t matter
Hey zeeval, for some reason the line 89 part of the script in the AuraHandler isn’t working. It says this:
ServerScriptService.AuraHandler:89: attempt to index nil with ‘Name’
Can you please help I’m trying to make a rng game and I don’t want to continue your amazing tutorials (I’m serious they are) before I fix this problem. If you could help that’d be great! Keep up the amazing work :)
i have that problem as well
same :(
local auraClone = Auras[aura.Name]:Clone()
auraClone.Parent = auraFolder
local function cloneAndWeldParts(sourcePart, targetpart)
for _, part in ipairs(sourcePart:GetChildren()) do
if part:IsA("BasePart") then
local correspondingPart = targetpart:FindFirstChild(part.Name)
if correspondingPart then
local auraPartClone = part:Clone()
auraPartClone.Parent = correspondingPart
auraPartClone.CFrame= correspondingPart.CFrame
local weld = Instance.new("WeldConstraint")
weld.Part0 = correspondingPart
weld.Part1 = auraPartClone
weld.Parent = correspondingPart
end
elseif part:IsA("Model") then
local correspondingpart = targetpart:FindFirstChild(part.name)
if correspondingpart then
cloneAndWeldParts(part, correspondingpart)
end
end
end
end
end
Deserves a sub W man!
Bro I loved that explanation on the code. Really explains what the code means. Thanks 👍
Love your content, you made really big work, thank you so much.
For those who cannot see the AURA file!
Check the code you wrote very carefully, my code wasn't working just because of a only one space lol
Also thanks for video, this video is best tutorial for make a RNG game.
hey can you tell me where exactly you found the space because I'm not getting AURA folder too
same but i fixed it
please can you tell us where
@@jaydenweekly2459 This is a mistake I specifically made, yours may be in a different place. I'm on ep 7.25 and I'm still making some mistakes. There are no mistakes in the video, be careful not to make spelling mistakes and spelling punctuation
@@zwagr also same answer for u. Sorry I didn't saw ur msg... I hope u fixed
Amazing Vid! Just one problem.. When i tend to equip the aura it spawns at a different location than my head. Any suggestions?
I love your videos and dont be scared or lose passion because of one hate comment
9:47 How did these blocks end up in the Auras folder? Do I need to create a part myself and rename it?
thanks for making this tutorial man
Moin bin auch Deutsch:) und hat sehr geholfen
I havent watched this done but is very good
bro thank you so so much im just so glad
You can spawn the same multiple times is that a bug I made or did u not fix that? You can also have multiple auras equipped at once
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
also guys it might be smart to make a map before starting to get that out of the way
thanks, really appreciate it. but you can equip the same aura multiple times. is there a way to make it able to only equip 1 aura?
Me who had to pause for 5+ hours while typing into roblox studio trying to copy his code:
W video! u earned a sub :D
my favorite game, salt orange.
Thank you so much i love your video!!
I got lost when the whole Aegis HumanoidRootPart and RightArm thing came into play, R.I.P me trying to make a game fr fr
you know the roblox youtuber is good when his defualt browser is opera gx
don’t mind these it’s just so when I take breaks I know where to start
break 1: 3:40
break 2: 27:57 (stuck on the bit when you equip aura because when I equip it makes my hand blocky)
Mee too how to fix?
i think the problem is you didnt set the part that goes on your arm’s transparency to 1 but i could be wrong
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262 just put all of the things under the map, or you can just keep it like how it is until a future episode because it gets fixed
i dont understand anything at all because idk how to code but this looks cool
i have been procrastinating this for like awhile now. glad i just now started it
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
@@debrajoseph3262like it just spawns in the floor? or it spawns on you but falls into the floor?
@@BeagleBytes I fixed it dw
@@debrajoseph3262 alr nice gj
W video man!
Tysm for making this dude i am a vfx designer and i always wanted to make a rng game but i didn't knew how to script i only knew to make aura and vfx, fr Tysm
hello do u have discord? im lf a aura designer i need auras and stuff but i dont have any $ but i have robux pending
yeh i have its user is _mystxv and display is m...
User is _mystxv
when i press the gui in game it spawns the aura but it falls in the floor how do i fix that
Whenever i equip my aura, the aura goes on me but another aura spawns where I deleted the rig. Also his rig disappeared when he clicked play. What do i Do.
thank you so much very good tutorial.
"Salt Orange" bro i had a stroke after that one-
Same
thanks for this video I was trying to get
Hey fellow dev, I have already made a Sols game and it is "finished" but i feel demotivated to continue. The reason is because I am stuck at the datastore stage. If you could bring it up in this series i'd be greatfull.
Use profile service watch Monzterdev how to make a simulator to make the datastore system
lemme see it
3:23 im a bit confused? where did you get the code from?
W Tutorial, also how to make auras? (im in 22:23)
thank you for this,
now if i can get this coded quickly i can get
a game with like 500 players playing