NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

--Localization--

local GUI = script.Parent
local MenuFrame = script.Parent.MenuFrame
local MenuIconFrame = script.Parent.MenuIconFrame
local MenuOpener = script.Parent.MenuOpener
local MenuCloser = GUI.MenuCloser
local MenuIconImage1 = MenuIconFrame.MenuIconImage1
local MenuIconImage2 = MenuIconFrame.MenuIconImage2
local SettingsIconFrame = MenuFrame.SettingsIconFrame
local FlockIconFrame = MenuFrame.FlockIconFrame
local FeedbackIconFrame = MenuFrame.FeedbackIconFrame
local StatisticIconFrame = MenuFrame.StatisticIconFrame
local LeadersIconFrame = MenuFrame.LeadersIconFrame
local DailyTasksIconFrame = MenuFrame.DailyTasksIconFrame
local SettingsIconImage1 = SettingsIconFrame.SettingsIconImage1
local SettingsIconImage2 = SettingsIconFrame.SettingsIconImage2
local SettingsIconLabel = SettingsIconFrame.SettingsIconLabel
local FlockIconImage1 = FlockIconFrame.FlockIconImage1
local FlockIconImage2 = FlockIconFrame.FlockIconImage2
local FlockIconLabel = FlockIconFrame.FlockIconLabel
local SettingsOpener = MenuFrame.SettingsOpener
local FlockOpener = MenuFrame.FlockOpener
local FeedbackOpener = MenuFrame.FeedbackOpener
local StatisticOpener = MenuFrame.StatisticOpener
local LeadersOpener = MenuFrame.LeadersOpener
local DailyTasksOpener = MenuFrame.DailyTasksOpener
local FeedbackIconLabel = FeedbackIconFrame.FeedbackIconLabel
local StatisticIconLabel = StatisticIconFrame.StatisticIconLabel
local LeadersIconLabel = LeadersIconFrame.LeadersIconLabel
local DailyTasksIconLabel = DailyTasksIconFrame.DailyTasksIconLabel
local SettingsFrame = MenuFrame.SettingsFrame
local GameSettingsFolder = SettingsFrame.GameSettingsFolder
local DisplaySettingsFolder = SettingsFrame.DisplaySettingsFolder
local SettingsFrameImage = SettingsFrame.SettingsFrameImage
local SettingsFrameLabel = SettingsFrame.SettingsFrameLabel
local GameSettingsLabel = GameSettingsFolder.GameSettingsLabel
local DisplaySettingsLabel = DisplaySettingsFolder.DisplaySettingsLabel
local GameSettingsLabel1 = GameSettingsFolder.GameSettingsLabel1
local GameSettingsLabel2 = GameSettingsFolder.GameSettingsLabel2
local GameSettingsLabel3 = GameSettingsFolder.GameSettingsLabel3
local GameSettingsLabel4 = GameSettingsFolder.GameSettingsLabel4
local GameSettingsLabel5 = GameSettingsFolder.GameSettingsLabel5
local EnableDisableIconHolder1 = GameSettingsFolder["Enable/DisableIconHolder1"]
local EnableDisableIconHolder2 = GameSettingsFolder["Enable/DisableIconHolder2"]
local EnableDisableIconHolder3 = GameSettingsFolder["Enable/DisableIconHolder3"]
local EnableDisableIconHolder4 = GameSettingsFolder["Enable/DisableIconHolder4"]
local EnableDisableIconHolder5 = GameSettingsFolder["Enable/DisableIconHolder5"]
local EnableDisableIconHolder6 = DisplaySettingsFolder["Enable/DisableIconHolder6"]
local EnableDisableIconHolder7 = DisplaySettingsFolder["Enable/DisableIconHolder7"]
local EnableDisableIconHolder8 = DisplaySettingsFolder["Enable/DisableIconHolder8"]
local EnableDisableIcon1 = GameSettingsFolder["Enable/DisableIconHolder1"]["Enable/DisableIcon1"]
local EnableDisableIcon2 = GameSettingsFolder["Enable/DisableIconHolder2"]["Enable/DisableIcon2"]
local EnableDisableIcon3 = GameSettingsFolder["Enable/DisableIconHolder3"]["Enable/DisableIcon3"]
local EnableDisableIcon4 = GameSettingsFolder["Enable/DisableIconHolder4"]["Enable/DisableIcon4"]
local EnableDisableIcon5 = GameSettingsFolder["Enable/DisableIconHolder5"]["Enable/DisableIcon5"]
local EnableDisableIcon6 = DisplaySettingsFolder["Enable/DisableIconHolder6"]["Enable/DisableIcon6"]
local EnableDisableIcon7 = DisplaySettingsFolder["Enable/DisableIconHolder7"]["Enable/DisableIcon7"]
local EnableDisableIcon8 = DisplaySettingsFolder["Enable/DisableIconHolder8"]["Enable/DisableIcon8"]
local FlockFrame = MenuFrame.FlockFrame
local FlockFrameTextBox = FlockFrame.FlockFrameTextbox
local SettingsFrameCloseButton = SettingsFrame.SettingsFrameCloseButton
local FlockFrameCloseButton = FlockFrame.FlockFrameCloseButton
local Boop = GUI.Boop
local Woosh = GUI.Woosh
local BoopLow = GUI.BoopLow
local Pow = GUI.Pow

--Open/Close Menu Script--

MenuOpener.MouseButton1Click:Connect(function()
BoopLow:Play()
MenuOpener.Visible = false
SettingsIconFrame.Visible = true
FlockIconFrame.Visible = true
FeedbackIconFrame.Visible = true
StatisticIconFrame.Visible = true
LeadersIconFrame.Visible = true
DailyTasksIconFrame.Visible = true
wait(0.4)
MenuCloser.Visible = true
end)

MenuOpener.MouseButton1Click:Connect(function()
wait(0.06)
SettingsIconLabel.Visible = true
wait(0.01)
FlockIconLabel.Visible = true
wait(0.01)
FeedbackIconLabel.Visible = true
wait(0.01)
StatisticIconLabel.Visible = true
wait(0.01)
LeadersIconLabel.Visible = true
wait(0.01)
DailyTasksIconLabel.Visible = true
end)

MenuOpener.MouseButton1Click:Connect(function()
wait(0.06)
SettingsOpener.Visible = true
FlockOpener.Visible = true
FeedbackOpener.Visible = true
StatisticOpener.Visible = true
LeadersOpener.Visible = true
DailyTasksOpener.Visible = true
end)

MenuOpener.MouseButton1Click:Connect(function()
MenuFrame.Visible = true
wait(0.01)
MenuFrame.BackgroundTransparency = 0.96
wait(0.01)
MenuFrame.BackgroundTransparency = 0.92
wait(0.01)
MenuFrame.BackgroundTransparency = 0.88
wait(0.01)
MenuFrame.BackgroundTransparency = 0.84
wait(0.01)
MenuFrame.BackgroundTransparency = 0.8
wait(0.01)
MenuFrame.BackgroundTransparency = 0.76
end)

MenuOpener.MouseButton1Click:Connect(function()
wait(0.01)
SettingsIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.05)
Woosh:Play()
wait(0.01)
FlockIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.05)
wait(0.01)
FeedbackIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.05)
wait(0.01)
StatisticIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.05)
wait(0.01)
LeadersIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.05)
wait(0.01)
DailyTasksIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.05)
end)

MenuCloser.MouseButton1Click:Connect(function()
BoopLow:Play()
MenuCloser.Visible = false
wait(0.4)
MenuOpener.Visible = true
end)

MenuCloser.MouseButton1Click:Connect(function()
wait(0.01)
DailyTasksIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.05)
Woosh:Play()
wait(0.01)
LeadersIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.05)
wait(0.01)
StatisticIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.05)
wait(0.01)
FeedbackIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.05)
wait(0.01)
FlockIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.05)
wait(0.01)
SettingsIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.05)
end)

MenuCloser.MouseButton1Click:Connect(function()
wait(0.01)
DailyTasksIconLabel.Visible = false
wait(0.01)
LeadersIconLabel.Visible = false
wait(0.01)
StatisticIconLabel.Visible = false
wait(0.01)
FeedbackIconLabel.Visible = false
wait(0.01)
FlockIconLabel.Visible = false
wait(0.01)
SettingsIconLabel.Visible = false
end)

MenuCloser.MouseButton1Click:Connect(function()
MenuFrame.Visible = true
wait(0.01)
MenuFrame.BackgroundTransparency = 0.8
wait(0.01)
MenuFrame.BackgroundTransparency = 0.84
wait(0.01)
MenuFrame.BackgroundTransparency = 0.88
wait(0.01)
MenuFrame.BackgroundTransparency = 0.92
wait(0.01)
MenuFrame.BackgroundTransparency = 0.96
wait(0.01)
MenuFrame.BackgroundTransparency = 1

MenuFrame.Visible = false
end)

--Hover Script--

MenuOpener.MouseEnter:Connect(function()
Pow:Play()
MenuIconFrame:TweenSize(UDim2.new(0.059, 0,0.115, 0), "Out", "Sine", 0.21)
MenuOpener:TweenSize(UDim2.new(0.059, 0,0.115, 0), "Out", "Sine", 0.21)
MenuIconImage1.Visible = false
MenuIconImage2.Visible = true
MenuIconFrame.BackgroundColor3 = Color3.fromRGB(67, 101, 255)
MenuIconFrame.MenuIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

MenuOpener.MouseLeave:Connect(function()
MenuIconFrame:TweenSize(UDim2.new(0.054, 0,0.107, 0), "Out", "Sine", 0.21)
MenuOpener:TweenSize(UDim2.new(0.054, 0,0.107, 0), "Out", "Sine", 0.21)
MenuIconImage1.Visible = true
MenuIconImage2.Visible = false
MenuIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
MenuIconFrame.MenuIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

MenuCloser.MouseEnter:Connect(function()
Pow:Play()
MenuIconFrame:TweenSize(UDim2.new(0.059, 0,0.115, 0), "Out", "Sine", 0.21)
MenuOpener:TweenSize(UDim2.new(0.059, 0,0.115, 0), "Out", "Sine", 0.21)
MenuIconImage1.Visible = false
MenuIconImage2.Visible = true
MenuIconFrame.BackgroundColor3 = Color3.fromRGB(67, 101, 255)
MenuIconFrame.MenuIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

MenuCloser.MouseLeave:Connect(function()
MenuIconFrame:TweenSize(UDim2.new(0.054, 0,0.107, 0), "Out", "Sine", 0.21)
MenuOpener:TweenSize(UDim2.new(0.054, 0,0.107, 0), "Out", "Sine", 0.21)
MenuIconImage1.Visible = true
MenuIconImage2.Visible = false
MenuIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
MenuIconFrame.MenuIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

SettingsOpener.MouseEnter:Connect(function()
Pow:Play()
SettingsIconFrame:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
SettingsOpener:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
SettingsIconFrame.BackgroundColor3 = Color3.fromRGB(14, 90, 255)
SettingsIconImage1.Visible = false
SettingsIconImage2.Visible = true
SettingsIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

SettingsOpener.MouseLeave:Connect(function()
SettingsIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
SettingsOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
SettingsIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
SettingsIconImage1.Visible = true
SettingsIconImage2.Visible = false
SettingsIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)


FlockOpener.MouseEnter:Connect(function()
Pow:Play()
FlockIconFrame:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
FlockOpener:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
FlockIconFrame.BackgroundColor3 = Color3.fromRGB(139, 85, 255)
FlockIconImage1.Visible = false
FlockIconImage2.Visible = true
FlockIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

FlockOpener.MouseLeave:Connect(function()
FlockIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
FlockOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
FlockIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
FlockIconImage1.Visible = true
FlockIconImage2.Visible = false
FlockIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

FeedbackOpener.MouseEnter:Connect(function()
Pow:Play()
FeedbackIconFrame:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
FeedbackOpener:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
FeedbackIconFrame.BackgroundColor3 = Color3.fromRGB(218, 32, 255)
FeedbackIconFrame.FeedbackIconImage1.Visible = false
FeedbackIconFrame.FeedbackIconImage2.Visible = true
FeedbackIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

FeedbackOpener.MouseLeave:Connect(function()
FeedbackIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
FeedbackOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
FeedbackIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
FeedbackIconFrame.FeedbackIconImage1.Visible = true
FeedbackIconFrame.FeedbackIconImage2.Visible = false
FeedbackIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

StatisticOpener.MouseEnter:Connect(function()
Pow:Play()
StatisticIconFrame:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
StatisticOpener:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
StatisticIconFrame.BackgroundColor3 = Color3.fromRGB(36, 239, 0)
StatisticIconFrame.StatisticIconImage1.Visible = false
StatisticIconFrame.StatisticIconImage2.Visible = true
StatisticIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

StatisticOpener.MouseLeave:Connect(function()
StatisticIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
StatisticOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
StatisticIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
StatisticIconFrame.StatisticIconImage1.Visible = true
StatisticIconFrame.StatisticIconImage2.Visible = false
StatisticIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

LeadersOpener.MouseEnter:Connect(function()
Pow:Play()
LeadersIconFrame:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
LeadersOpener:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
LeadersIconFrame.BackgroundColor3 = Color3.fromRGB(255, 223, 39)
LeadersIconFrame.LeadersIconImage1.Visible = false
LeadersIconFrame.LeadersIconImage2.Visible = true
LeadersIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

LeadersOpener.MouseLeave:Connect(function()
LeadersIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
LeadersOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
LeadersIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
LeadersIconFrame.LeadersIconImage1.Visible = true
LeadersIconFrame.LeadersIconImage2.Visible = false
LeadersIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

DailyTasksOpener.MouseEnter:Connect(function()
Pow:Play()
DailyTasksIconFrame:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
DailyTasksOpener:TweenSize(UDim2.new(0.104, 0,0.185, 0), "Out", "Sine", 0.21)
DailyTasksIconFrame.BackgroundColor3 = Color3.fromRGB(255, 115, 117)
DailyTasksIconFrame.DailyTasksIconImage1.Visible = false
DailyTasksIconFrame.DailyTasksIconImage2.Visible = true
DailyTasksIconLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
end)

DailyTasksOpener.MouseLeave:Connect(function()
DailyTasksIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
DailyTasksOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.21)
DailyTasksIconFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
DailyTasksIconFrame.DailyTasksIconImage1.Visible = true
DailyTasksIconFrame.DailyTasksIconImage2.Visible = false
DailyTasksIconLabel.TextColor3 = Color3.fromRGB(34, 34, 34)
end)

--Settings Frame Script--

SettingsOpener.MouseButton1Click:Connect(function()
DailyTasksIconLabel.Visible = false
DailyTasksIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
DailyTasksIconFrame:TweenPosition(UDim2.new(0.629, 0,1.087, 0), "Out", "Sine", 0.25)
DailyTasksOpener:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
DailyTasksOpener:TweenPosition(UDim2.new(0.629, 0,1.087, 0), "Out", "Sine", 0.25)
wait(0.06)
LeadersIconLabel.Visible = false
LeadersIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
LeadersIconFrame:TweenPosition(UDim2.new(0.499, 0,1.087, 0), "Out", "Sine", 0.25)
LeadersOpener:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
LeadersOpener:TweenPosition(UDim2.new(0.499, 0,1.087, 0), "Out", "Sine", 0.25)
wait(0.05)
StatisticIconLabel.Visible = false
StatisticIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
StatisticIconFrame:TweenPosition(UDim2.new(0.37, 0,1.087, 0), "Out", "Sine", 0.25)
StatisticOpener:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
StatisticOpener:TweenPosition(UDim2.new(0.37, 0,1.087, 0), "Out", "Sine", 0.25)
wait(0.04)
FeedbackIconLabel.Visible = false
FeedbackIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
FeedbackIconFrame:TweenPosition(UDim2.new(0.629, 0,1.087, 0), "Out", "Sine", 0.25)
FeedbackOpener:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
FeedbackOpener:TweenPosition(UDim2.new(0.629, 0,1.087, 0), "Out", "Sine", 0.25)
wait(0.03)
FlockIconLabel.Visible = false
FlockIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
FlockIconFrame:TweenPosition(UDim2.new(0.5, 0,1.087, 0), "Out", "Sine", 0.25)
FlockOpener:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
FlockOpener:TweenPosition(UDim2.new(0.5, 0,1.087, 0), "Out", "Sine", 0.25)
wait(0.03)
SettingsIconLabel.Visible = false
SettingsIconFrame:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
SettingsIconFrame:TweenPosition(UDim2.new(0.369, 0,1.087, 0), "Out", "Sine", 0.25)
SettingsOpener:TweenSize(UDim2.new(0, 0,0, 0), "Out", "Sine", 0.25)
SettingsOpener:TweenPosition(UDim2.new(0.369, 0,1.087, 0), "Out", "Sine", 0.25)
wait(0.025)
SettingsIconFrame.Visible = false
FlockIconFrame.Visible = false
FeedbackIconFrame.Visible = false
StatisticIconFrame.Visible = false
LeadersIconFrame.Visible = false
DailyTasksIconFrame.Visible = false
wait(0.025)
SettingsFrame.Visible = true
SettingsFrame:TweenSize(UDim2.new(0.217, 0,0.72, 0), "Out", "Sine", 0.4)
SettingsFrame:TweenPosition(UDim2.new(0.5, 0,0.55, 0), "Out", "Sine", 0.4)
wait(0.3)
for i = 1,100 do
SettingsFrameLabel.TextTransparency -= 0.1
SettingsFrameImage.ImageTransparency -= 0.1
GameSettingsFolder.GameSettingsLabel.TextTransparency -= 0.1
GameSettingsFolder.GameSettingsLabel1.TextTransparency -= 0.1
GameSettingsFolder.GameSettingsLabel2.TextTransparency -= 0.1
GameSettingsFolder.GameSettingsLabel3.TextTransparency -= 0.1
GameSettingsFolder.GameSettingsLabel4.TextTransparency -= 0.1
GameSettingsFolder.GameSettingsLabel5.TextTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder1"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder2"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder3"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder4"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder5"].ImageTransparency -= 0.1
DisplaySettingsFolder.DisplaySettingsLabel.TextTransparency -= 0.1
DisplaySettingsFolder.DisplaySettingsLabel1.TextTransparency -= 0.1
DisplaySettingsFolder.DisplaySettingsLabel2.TextTransparency -= 0.1
DisplaySettingsFolder.DisplaySettingsLabel3.TextTransparency -= 0.1
DisplaySettingsFolder["Enable/DisableIconHolder6"].ImageTransparency -= 0.1
DisplaySettingsFolder["Enable/DisableIconHolder7"].ImageTransparency -= 0.1
DisplaySettingsFolder["Enable/DisableIconHolder8"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder1"]["Enable/DisableIcon1"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder2"]["Enable/DisableIcon2"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder3"]["Enable/DisableIcon3"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder4"]["Enable/DisableIcon4"].ImageTransparency -= 0.1
GameSettingsFolder["Enable/DisableIconHolder5"]["Enable/DisableIcon5"].ImageTransparency -= 0.1
DisplaySettingsFolder["Enable/DisableIconHolder6"]["Enable/DisableIcon6"].ImageTransparency -= 0.1
DisplaySettingsFolder["Enable/DisableIconHolder7"]["Enable/DisableIcon7"].ImageTransparency -= 0.1
DisplaySettingsFolder["Enable/DisableIconHolder8"]["Enable/DisableIcon8"].ImageTransparency -= 0.1
wait(0.01)
end
end)

SettingsFrameCloseButton.MouseButton1Click:Connect(function()
SettingsFrameLabel.TextTransparency = 1
SettingsFrameImage.ImageTransparency = 1
GameSettingsFolder.GameSettingsLabel.TextTransparency = 1
GameSettingsFolder.GameSettingsLabel1.TextTransparency = 1
GameSettingsFolder.GameSettingsLabel2.TextTransparency = 1
GameSettingsFolder.GameSettingsLabel3.TextTransparency = 1
GameSettingsFolder.GameSettingsLabel4.TextTransparency = 1
GameSettingsFolder.GameSettingsLabel5.TextTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder1"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder2"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder3"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder4"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder5"].ImageTransparency = 1
DisplaySettingsFolder.DisplaySettingsLabel.TextTransparency = 1
DisplaySettingsFolder.DisplaySettingsLabel1.TextTransparency = 1
DisplaySettingsFolder.DisplaySettingsLabel2.TextTransparency = 1
DisplaySettingsFolder.DisplaySettingsLabel3.TextTransparency = 1
DisplaySettingsFolder["Enable/DisableIconHolder6"].ImageTransparency = 1
DisplaySettingsFolder["Enable/DisableIconHolder7"].ImageTransparency = 1
DisplaySettingsFolder["Enable/DisableIconHolder8"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder1"]["Enable/DisableIcon1"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder2"]["Enable/DisableIcon2"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder3"]["Enable/DisableIcon3"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder4"]["Enable/DisableIcon4"].ImageTransparency = 1
GameSettingsFolder["Enable/DisableIconHolder5"]["Enable/DisableIcon5"].ImageTransparency = 1
DisplaySettingsFolder["Enable/DisableIconHolder6"]["Enable/DisableIcon6"].ImageTransparency = 1
DisplaySettingsFolder["Enable/DisableIconHolder7"]["Enable/DisableIcon7"].ImageTransparency = 1
DisplaySettingsFolder["Enable/DisableIconHolder8"]["Enable/DisableIcon8"].ImageTransparency = 1
SettingsFrame:TweenSize(UDim2.new(-0.002, 0,0.012, 0), "Out", "Sine", 0.4)
SettingsFrame:TweenPosition(UDim2.new(0.501, 0,1.006, 0), "Out", "Sine", 0.4)
wait(0.025)
SettingsFrame.Visible = true
SettingsIconFrame.Visible = true
FlockIconFrame.Visible = true
FeedbackIconFrame.Visible = true
StatisticIconFrame.Visible = true
LeadersIconFrame.Visible = true
DailyTasksIconFrame.Visible = true
SettingsIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
SettingsIconFrame:TweenPosition(UDim2.new(0.37, 0,0.437, 0), "Out", "Sine", 0.25)
SettingsOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
SettingsOpener:TweenPosition(UDim2.new(0.37, 0,0.437, 0), "Out", "Sine", 0.25)
wait()
SettingsIconLabel.Visible = true
wait(0.3)
FlockIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
FlockIconFrame:TweenPosition(UDim2.new(0.5, 0,0.437, 0), "Out", "Sine", 0.25)
FlockOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
FlockOpener:TweenPosition(UDim2.new(0.5, 0,0.437, 0), "Out", "Sine", 0.25)
wait()
FlockIconLabel.Visible = true
wait(0.3)
FeedbackIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
FeedbackIconFrame:TweenPosition(UDim2.new(0.629, 0,0.437, 0), "Out", "Sine", 0.25)
FeedbackOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
FeedbackOpener:TweenPosition(UDim2.new(0.629, 0,0.437, 0), "Out", "Sine", 0.25)
wait()
FeedbackIconLabel.Visible = true
wait(0.4)
StatisticIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
StatisticIconFrame:TweenPosition(UDim2.new(0.37, 0,0.662, 0), "Out", "Sine", 0.25)
StatisticOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
StatisticOpener:TweenPosition(UDim2.new(0.37, 0,0.662, 0), "Out", "Sine", 0.25)
wait()
StatisticIconLabel.Visible = true
wait(0.5)
LeadersIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
LeadersIconFrame:TweenPosition(UDim2.new(0.499, 0,0.662, 0), "Out", "Sine", 0.25)
LeadersOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
LeadersOpener:TweenPosition(UDim2.new(0.499, 0,0.662, 0), "Out", "Sine", 0.25)
wait()
LeadersIconLabel.Visible = true
wait(0.6)
DailyTasksIconFrame:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
DailyTasksIconFrame:TweenPosition(UDim2.new(0.629, 0,0.662, 0), "Out", "Sine", 0.25)
DailyTasksOpener:TweenSize(UDim2.new(0.098, 0,0.175, 0), "Out", "Sine", 0.25)
DailyTasksOpener:TweenPosition(UDim2.new(0.629, 0,0.662, 0), "Out", "Sine", 0.25)
wait()
DailyTasksIconLabel.Visible = true
end)
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.