localReplicatedStorage=game:GetService("ReplicatedStorage")localRunService=game:GetService("RunService")locallight=require(ReplicatedStorage.light).shared-- identical to initializing without manual replicationRunService.PostSimulation:Connect(function()light.step_replication()end)