19.1k Views
Free
Description
• gives all auras (to see all auras, press F9)
Comments
7

Offline
LitSobi 1 year ago - Edited
Can you make one for emote rng
Offline
Sinity 1 year ago - Edited
Is there anyway to get the music on the auras to work?
Offline
liebet 1 year ago - Edited
Change the aura name (I think)
Offline
liebet 1 year ago - Edited
Change the Aura name to MatrixTetris
Offline
loudman4205 1 year ago - Edited
Y'all are dumb just roll then give your self the aura then click equip on the aura you rolled boom you have the aura
Offline

Offline
BigHeadMinion 1 year ago - Edited
How can I save it to storage? I tried doing this code but it didn't work:
________________________________________________
local args = {
[1] = game:GetService("ReplicatedStorage"):WaitForChild("Auras"):WaitForChild("Satan")
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AuraData"):FireServer(unpack(args))
________________________________________________
So I changed it a bit but it still didn't work:
________________________________________________
local args = {
[1] = game:GetService("Players"):WaitForChild("LocalPlayer"):WaitForChild("AurasFolder"):WaitForChild("Satan")
}
game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AuraData"):FireServer(unpack(args))