#I want to add a saveSystem and i need help
1 messages · Page 1 of 1 (latest)
if you used chatgpt we cant help you add it because you wont understand
Ohh
not many people will just write whole scripts for you
i just want to add a save data system
please could you add for me
ik its alot to ask for
yea but it will take like a month
and i need the save system
to work in under a week
why
yea it takes time but its worth it
Im alr learning python
i just need you to please add a DataSave system for me please
pretty ```please
no
this is scripting support not "get people to write 50 lines of code"
why do you need it in a week?
how do you know
are u a scripter?
how abt i pay u 1.5k robux or $10 to do it
because i want to publish a dumb game ppl can play when theyre bored
learn to script and make a not dumb game
lemme dm
ill do it
alr taken
lmk if you have any more jobs im a professional
Well said
you can learn in less than a day
its basically python
actually
somewhat simpler tha python
actually?
Im like 80% done with OOP and every other topic except the over advanced oned
yes
its legit
basically the same
wOAh
but my friend told me they are completely different
he said its like comparing python to Js
;compile
for i = 1,10 do
print(i)
end
1
2
3
4
5
6
7
8
9
10
;compile
for i in range(1,10):
print(i)
1
2
3
4
5
6
7
8
9
i alr know allat
;compile
oh
nah
python and lua are the only 2 I know
and they helped each other
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}")```
;compile
/opt/wandbox/lua-5.4.7/bin/lua: prog.lua:1: syntax error near 'BankAccount'