Roblox Module Script Status Bar Source Code Notes: Put the Status value in the ReplicatedStorage. It is a STRINGVALUE. LocalScript in the TextLabel in the ScreenGui: local status = game.ReplicatedStorage:WaitForChild("Status") script.Parent.Text = status.Value status.Changed:Connect(function() script.Parent.Text = status.Value end Code in ModuleScript local module = {} function module.updateStatus(statusMessage) game.ReplicatedStorage:WaitForChild(“Status”).Value = statusMessage end return module Code in Server Script local module = require(game.ServerStorage.ModuleScript) module.updateStatus(“Your Message Here”) Alvin’s Setup Become A Channel Member Browse My Scripting Tutorials How to Animate Tutorial How to change Sun and Moon Texture in Roblox How To Make a Gun on Roblox How to make your Roblox game compatible with Filtering Enabled (FE) How To Script A Tycoon on Roblox Is Roblox Scripting Hard? Roblox 3D Models Roblox DevForum – A Great Place To Start Roblox How To Script A Menu Roblox How To Script A Tool Roblox I Forgot My Password Roblox Kohls Admin Roblox Oof Sound Roblox Player Points Tutorial Roblox Scripting A Tycoon Roblox Scripting For Beginners What Language Is Roblox Scripting? Become an AlvinBlox Channel Member and benefit from a range of perks! Channel Membership - Find out more