I can confirm this is on the server-Side but do keep in mind the objects aren’t cloning because argument 1 is missing or nil…
And the name says it is nil
I can confirm this is on the server-Side but do keep in mind the objects aren’t cloning because argument 1 is missing or nil…
And the name says it is nil
Going back to this then. So in the for loop in the save function, when it said “print(a)”, it printed the objects name?
Yes it printed in this case “Haybale”
Why did you add a second argument in the GetAsync?
savedData = PlotSave:GetAsync(Key, savedData) -- savedData?
It should be:
savedData = PlotSave:GetAsync(Key)
Ok I changed that but the output still says argument 1 missing or nil and it still says saveddata.name = nil
Its going to be really hard for me to find out what the issue is like this. If you’re comfortable then could you send the place here so I or someone else can find whats wrong and fix it?
Can I make a copy and add you to it I don’t want it to be downloadable as I have a lot of work that I don’t want people to copy…
Thats fine but I might not be able to get online at this time. So maybe tomorrow?
Alright I plan on being on tomorrow… Est. time? I rather now but I’m patient
I should be on around like 5pm est.
I might be on then but I rather earlier at like 11 am
I’ll try my best to be on at that time. Also we should message each other directly from now on so we don’t keep bumping this post with off topic comments.
Edit: Fixed the issue!!