Doesent give me errors just dosent change the value or detect the value change.
Script is in workspace serverscript.
if script.Playing.Value == true then
script.Playing.Value = false
wait(math.random(5, 6))
script.Playing.one.Value = true
end
script.Playing.one.Changed:Connect(function(o)
if script.Playing.one.Value == true then
script.Playing.one.Value = false
script.Parent.Position = game.Workspace.Locations.One.Position
script.Parent.Rotation = game.Workspace.Locations.One.Rotation
wait(day1Wait)
script.Playing.two.Value = true
end
end)