Can global variables make game slow?

I am currently creating items list with global variables. So I can check if player bought certain item before. But I’m afraid if this make the game slow. Will it?
(I’m also using data store with it.)

Hello, In short, a list of items using global variables won’t make your game slow. Just be careful with how often you access the Data Store. :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.