#Rolling system

1 messages · Page 1 of 1 (latest)

twin citrus
#

Okay so im making a blue lock game and i wanna make a rolling system but idk how can someone tell me how to create a rolling system that of you had 300 EgoBucks (the in game currency) it will let you role for a style and givr you the moves that style has

barren rune
#
local StyleChance = math.random(1,Max)
if StyleChance >= Threshold then
  --give style
end
twin citrus
#

How do i add the styles for it to give

#

and the Gui

barren rune
#

Like "Isagi", "Nagi"

twin citrus
#

Uh

barren rune
twin citrus
#

Idk nun abt s cripting

neon ravenBOT
#

studio** You are now Level 1! **studio

twin citrus
#

😭

#

wym a string

barren rune
#

like this

#

"Isagi"

twin citrus
#

where do i put it

barren rune
#

or "Hello"

barren rune
#

You don't just put it

#

You create a thing to put it

twin citrus
#

uh

#

i get a normal script?

barren rune
twin citrus
#

and where do i put it

barren rune
twin citrus
#

Okay

#

then i just put

#

"Isagi"

#

"Nagi"

#

"Rin"

#

?

barren rune
#

A table

#

So a table is a group

#

ok?

#

So you do this

twin citrus
#

ok...?

barren rune
#
local Styles = {
  "Style1",
  "Style2",
}```
#

And just replace

#

Dont just spam styles there for now

twin citrus
#

This is a local script right

barren rune
#

It depends

#

Do it on the server

#

Or hackers will just get any style they want

twin citrus
#

o

barren rune
#

Server is safe from hackers

#

But local scripts no

twin citrus
#

so serverscriptservice

barren rune
#

Just learn how to scripts

#

The basics are enough

#

And you can make cool things