#how to make like a border on those simulator games

1 messages · Page 1 of 1 (latest)

mortal comet
#

so i made a clicker game that gives mecurrency when i click now im on the stage of making the worlds but idk how to make a border that requires leaderstat values to make it like collide = false and touch = false and also saves

narrow linden
#

How to make the border

#

Or how to make leaderstats

#

The border is pretty simple, you would use a local script and check for values such as if the player owns the border, then you would make it invisible and turn of can collide e.g

#

And then for the touched part, you could use a remote event but you wouldn’t want your actual logic to be inside it

#

So probably use two, one that gets triggered and ones that triggers after so that hackers shouldn’t be able to manipulate it

mortal comet