#Solved kinda ✅

61 messages · Page 1 of 1 (latest)

modern cipher
#

So whenever a new player joins it sets the stage to 0 but there is no stage 0 so it makes the checkpoint for stage 2 not work can anybody help me?

hearty hollow
#

set the stage to 1 when they join?

modern cipher
#

i tried that but the leader stats are separate from the actual stage and it takes the stage and puts the number on the leaderboard

modern cipher
#

@hearty hollow

rich sundialBOT
#

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

hearty hollow
#

they are seperate from the actual stage?

modern cipher
#

yes

#

but when the actual stage is changed then it changes the leaderboard

hearty hollow
#

why cant u set the actual stage to 1 then

#

when they join

modern cipher
#

i looked through the script that sets it and it says that it sets it to 1 not 0

hearty hollow
#

THEN SOMETHING ESLE MUST CHANGE IT

#

oop caps

modern cipher
#

hmmm

#

something might or i am joust terrible at looking through scripts

#

how would i find the thing that would change it?

#

@hearty hollow do i have to find a new working one? 😦

hearty hollow
#

u could do

#

ctrl + shift + f

#

and type in that value to findit

#

in every scirpt

#

see if something is changing it to 0

modern cipher
#

ok so what should i type in it

#

like 0?

hearty hollow
#

the actual stage

#

value that u change

modern cipher
#

ok

#

i cant find anything

#

i found something that i might be able to use to patch it

#

local TextButton = script.Parent
local ConfirmationFrame = TextButton.Parent.Parent

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ResetStage = ReplicatedStorage:WaitForChild("ResetStage")

TextButton.MouseButton1Click:Connect(function()
ConfirmationFrame.Visible = false
ResetStage:FireServer()
end)

#

its for the stage reset script

#

so you can reset your progress

#

i need to find out how to make it check if the player has stage 0 and make it apply it to the actual value

hearty hollow
#

why dont u just use the

#

leaderstat

#

to check what stage they are on

modern cipher
#

wdym

rich sundialBOT
#

studio** You are now Level 2! **studio

modern cipher
#

oh

#

i see

#

because the leaderstat isnt that secure

hearty hollow
#

wdym by its not secure

modern cipher
#

people can easily hack the leaderstat

hearty hollow
#

yeah but that wont affect the game

#

unless ur doing everything in a local script

modern cipher
#

it wont?

hearty hollow
#

no

modern cipher
#

oh wait

hearty hollow
#

they can change it locally

#

but it wont happen on the server

modern cipher
#

maybe that is why it wont work

#

lemme check

#

nvm

#

its a normal script

#

the thing is i would rescript it myself but i suck at scripting

#

do you know a good checkpoint script?

hearty hollow
#

no

modern cipher
#

ok

#

lol

#

i will just try finding a more siple script and edit it and make a gui

#

but thank you for helping me 🙂