#i have an issue with a shop script

26 messages · Page 1 of 1 (latest)

brave dew
#

you didnt check how much money they had -_-

#

above "local Pack" do if if player.Data.Currency.Value ~= 500 then return end

brave dew
#

send output

#

actually

#

rewrite the thing i told you

#

and make it

#

if player.Data.Currency.Value >= 10 then return end

charred owl
#

oh

#

ight il try

charred owl
#

no errors btw

brave dew
#

send new script

charred owl
brave dew
#

maybe its the item

#

or the currency system or something

#

idk

charred owl
brave dew
#

wait

#

maybe flip the >= with <=

#

actually im dumb

#

just do

#

if player.Data.Currency.Value < 10 then return end

charred owl
#

YIPPIE!

#

thank you