Marrow sent a single line: local f = cloneref(game:GetService(“Players”) The message deleted itself.
forgeMarker() player.leaderstats.Markers.Value = 236 game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Anomaly Unlocked", Text = "You found what wasn't placed. The server will not remember you." }) -NEW-Find the Markers script all 236 for pc and...
local anomaly = Instance.new("BoolValue") anomaly.Name = "Marker_236_Obtained" anomaly.Value = true anomaly.Parent = player Marrow sent a single line: local f =