(Help)Communicate the result of math.random

Hello , I need help
I wanna be able to access the result of this math.random that is in server.lua through my client.lua

local cant = math.random(300,1000)

that is how you do it…