of     1   

llaserx
#182854315Monday, February 01, 2016 11:52 PM GMT

Thane_1
#182855655Tuesday, February 02, 2016 12:12 AM GMT

If by game stats, you mean the leaderstats in the player, then yes. But if your using FE, then the script requiring it must be server-side. ~ Who's awesome, you're awesome ~ R$81,911 Tx1,261
128Gigabytes
#182855746Tuesday, February 02, 2016 12:14 AM GMT

FilteringEnabled has nothing to do with it. Modules cache and they cache separately on the server and each client.
Thane_1
#182855871Tuesday, February 02, 2016 12:16 AM GMT

FilteringEnabled can be a factor, if you have FE, and use a localscript, then it won't work. ~ Who's awesome, you're awesome ~ R$81,911 Tx1,261
128Gigabytes
#182856455Tuesday, February 02, 2016 12:25 AM GMT

No, local scripts can require a module even with filteringenabled
gullet
#182857080Tuesday, February 02, 2016 12:34 AM GMT

I think he was talking about changing the leaderboard from the server
128Gigabytes
#182857142Tuesday, February 02, 2016 12:35 AM GMT

They still cache separately so it wouldn't make a difference
Thane_1
#182857174Tuesday, February 02, 2016 12:36 AM GMT

I know localscripts can require Module's, but it won't be able to change things on the server. ~ Who's awesome, you're awesome ~ R$81,911 Tx1,261
llaserx
#182857179Tuesday, February 02, 2016 12:36 AM GMT

alright so i tried using the module script for the 1st time i failed no errors local _m = {} function _m.lvlC() local Player = game.Players.LocalPlayer local stats = Player:WaitForChild('leaderstats') local lvl = stats.Lvl local me = Player.PlayerGui:WaitForChild('Me') local lt = me.Stats.BackDrop.Level wait(5) lt = stats.Lvl.Value while wait() do lvl.Changed:connect(function() lt = stats.Lvl.Value end) end end return _m http://www.roblox.com/xla-item?id=290739801http://www.roblox.com/aser-item?id=290739819http://www.roblox.com/23-item?id=290739831 R$329 Tx424 (づ ゚ ³ ゚)づ
Thane_1
#182857247Tuesday, February 02, 2016 12:37 AM GMT

while wait() do lvl.Changed:connect(function() lt = stats.Lvl.Value end) end You don't need the loop. ~ Who's awesome, you're awesome ~ R$81,911 Tx1,261
Thane_1
#182857281Tuesday, February 02, 2016 12:37 AM GMT

Are you using a localscript to require the module, and is FilteringEnabled on? ~ Who's awesome, you're awesome ~ R$81,911 Tx1,261
llaserx
#182857472Tuesday, February 02, 2016 12:40 AM GMT

Thane_1
#182859547Tuesday, February 02, 2016 1:14 AM GMT

You might have to use a waitforchild for "local lvl = stats.Lvl " ~ Who's awesome, you're awesome ~ R$81,911 Tx1,261

    of     1