Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent.MouseEnter:Connect(function()
- game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.3), {BackgroundColor3 = Color3.fromRGB(64,64,64)}):Play()
- end)
- script.Parent.MouseLeave:Connect(function()
- game:GetService("TweenService"):Create(script.Parent, TweenInfo.new(0.3), {BackgroundColor3 = Color3.fromRGB(43, 43, 43)}):Play()
- end)
- script.Parent.MouseButton1Click:Connect(function()
- -- script for later
- end)
Advertisement
Add Comment
Please, Sign In to add comment