#how to connect to module script
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
i have modulescript in server script service that has in it:
local GlobalVariables = {}
GlobalVariables.DefaultSpeed = 16
GlobalVariables.ShiftSpeed = GlobalVariables.DefaultSpeed * 2
GlobalVariables.IsShiftPressed = false
return GlobalVariables
and he is called GlobalVariables
how can i conned from other script to it?
local GlobalVariables = require(game.ReplicatedStorage.GlobalVariables) is it right?
** You are now Level 5! **