In studio, my data is not loading but when I play in the Roblox Player, it’s loading the data, I can’t currently test and add data stuffs in Roblox Studio…
I have Studio Access to data stores On, so how come it’s not working at all for Studio?
In studio, my data is not loading but when I play in the Roblox Player, it’s loading the data, I can’t currently test and add data stuffs in Roblox Studio…
I have Studio Access to data stores On, so how come it’s not working at all for Studio?
This many times happens if you are not the owner of the game and you are a part of a team create.
Do you get any error in the output?
It’s absolutely my game, it works on my other game but in this game, it don’t just work…
Do you use any kind of lua wrapper datastore such as DataStore2?
I am not using any DataStore2 or any lua wrapper datastore.
Are you sure that you have Enable Studio Access to API Services set to enabled?
Yes, and I have figured out the problem…
It’s one of the Modules, for some reason,
local Kronos = require(game:GetService("ServerScriptService"):WaitForChild("Loader"):WaitForChild("Props"))
Whenever I put this thing somewhere from the start of the DataStore script, it don’t work in Roblox Studio, but when I put this thing somewhere after this module is needed, the data somehow works which is kinda weird.