#Rolling system
1 messages · Page 1 of 1 (latest)
if EgoBucks >= 300 then
--roll
EgoBucks = EgoBucks - 300
end
local StyleChance = math.random(1,Max)
if StyleChance >= Threshold then
--give style
end
Just make the styles a string
Like "Isagi", "Nagi"
Uh
Just a spin button 😭 and maybe a style selection?
Idk nun abt s cripting
** You are now Level 1! **
where do i put it
or "Hello"
uhm
You don't just put it
You create a thing to put it
I think a normal script would work
and where do i put it
For now in ServerScriptService(Put here any main normal scripts)
You need a holder for all of them
A table
So a table is a group
ok?
So you do this
ok...?
local Styles = {
"Style1",
"Style2",
}```
And just replace
Dont just spam styles there for now
This is a local script right
uhm
It depends
Do it on the server
Or hackers will just get any style they want
o
so serverscriptservice
what abt this
Also server
Just learn how to scripts
The basics are enough
And you can make cool things