This is a support category for asking questions about how to get something done on the Roblox websites or how to do something on Roblox applications such as Roblox Studio.
You can write your topic however you want, but you need to answer these questions:
-
i want to acess a variable in a module script through a local script
-
this code isnt running
local mod = require(game.ReplicatedStorage.ModuleScript)
if mod.VariableName == false then
print(“AAAAAAAAAAAAAA”)
end