#I want to add a saveSystem and i need help

1 messages · Page 1 of 1 (latest)

coarse python
#

I have no experience in Lua so i used chatgpt for all the code.
I want to add a save data system but chatgpt wont help at all. If you really want to help me please give me tips. This is the code i want to add a save system to:

hard marten
coarse python
#

Ohh

hard marten
#

not many people will just write whole scripts for you

coarse python
#

i just want to add a save data system

#

please could you add for me

#

ik its alot to ask for

hard marten
#

learn to script

#

its not that bad

coarse python
#

yea but it will take like a month

#

and i need the save system

#

to work in under a week

hard marten
hard marten
coarse python
#

Im alr learning python

#

i just need you to please add a DataSave system for me please

#

pretty ```please

hard marten
#

this is scripting support not "get people to write 50 lines of code"

#

why do you need it in a week?

coarse python
#

its not 50 lines of code

#

an experienced scripter can do it in 30 seconds

hard marten
#

how do you know

coarse python
#

because....

#

dw

coarse python
#

are u a scripter?

hard marten
#

yes

#

I am

coarse python
#

how abt i pay u 1.5k robux or $10 to do it

hard marten
#

1.5k to edit a messy gpt script?

#

lemme think

#

and why do you need it so badly

coarse python
#

because i want to publish a dumb game ppl can play when theyre bored

hard marten
coarse python
#

ok ill up the pay

#

2.5k robux

hard marten
#

lemme dm

paper sphinx
coarse python
#

alr taken

paper sphinx
#

lmk if you have any more jobs im a professional

tall bluff
#

its basically python

#

actually

#

somewhat simpler tha python

coarse python
#

actually?

#

Im like 80% done with OOP and every other topic except the over advanced oned

tall bluff
#

its legit

#

basically the same

coarse python
#

wOAh

#

but my friend told me they are completely different

#

he said its like comparing python to Js

tall bluff
#

;compile

for i = 1,10 do
  print(i)
end
merry currentBOT
#
Critical error:

You are sending requests too fast!

#
Program Output
1
2
3
4
5
6
7
8
9
10

tall bluff
#

;compile

for i in range(1,10):
  print(i)
merry currentBOT
#
Program Output
1
2
3
4
5
6
7
8
9
coarse python
#

i alr know allat

tall bluff
#

yes

#

its legit the same

#

just diff formatting

#

and arrays start from 1

#

or smth

coarse python
#

;compile

merry currentBOT
#
Critical error:

You must attach a code-block containing code to your message or quote a message that has one.

coarse python
#

oh

tall bluff
#

python and lua are the only 2 I know

#

and they helped each other

coarse python
#
class BankAccount():
    def __init__(self):
        self.balance = 0
    
    def deposit(self, amount):
        self.balance += amount
        print(f"Deposited: ${amount} Into Account. New balance is: ${self.balance}")```
merry currentBOT
#
Critical error:

Invalid command for edit functionality!

coarse python
#

ok change that to Lia

#

its python

merry currentBOT
#
Program Output
/opt/wandbox/lua-5.4.7/bin/lua: prog.lua:1: syntax error near 'BankAccount'