A security feature that creates a barrier between the Client (the player's computer) and the Server (Roblox's computers). Without FE, a player could delete the game's floor or kill everyone instantly. With FE, those changes only happen on their screen.
-- Connect the button to a function button.MouseClick:Connect(function() textLabel.Text = "Button clicked!" end) roblox fe gui script