Just sold paper not bought paper
so instead of value of paper you have rn and value of sold paper you want to do one value that will somehow contain both?
Yes exactly.
But is that possible?
well my friend, that is a very interesting question… Yeah i don’t know how can you save smth like this maybe make a string value paper that will look smth like 32;85 (paper;soldpaper) and then just make an easy model script converter like that will get the string value and turn it into a number by reading everything past or beyond that “;” thing
btw i think there is like an array values i will look it up in objects one sec. WHY CANT I FIND ONLINE OBJECT BROWSERrrrrr
so yikes there is not BUT there is a color3 values and color3 called color THREE cuz of they contain THREE VALUES! (More than enough)
code i put in color3 value:
print(math.round(script.Parent.Value.G*255), math.round(script.Parent.Value.R*255), math.round(script.Parent.Value.B*255))
output:
TIME: Classic Baseplate auto-recovery file was created - Studio
TIME: 523 823 234 - Server - Script:1
TIME: Disconnect frommmmmm?? - Studio
and tbh idk how is one color value or string value is better than 2 int values. Is that to econom roblox server’s space (lol) or just so it’s more convinient, and if it is, then each time you would want to get that value you would have to do this: math.floor(Paper.Value.G * 255) instead of PaperSold.Value so yeah idk what is more convinient