Skip to content

Commit b7928b5

Browse files
Fix
Fixes the UI
1 parent a296210 commit b7928b5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

UI/Key System UI.rbxm

-1 Bytes
Binary file not shown.

main.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,18 @@ local function Make_Menu(settings)
9191
KeySystem.Parent = CoreGui
9292
end
9393

94+
KeySystem.Main_Entry.Input["Error Text"]["Error Text Label"].Text = ""
9495
KeySystem.Main_Entry.Image.Image.Image = thumbnail
96+
KeySystem.Main_Entry.Image.Image.BackgroundTransparency = 1
9597
KeySystem.Main_Entry.Script_Info.Creator_Name.Text = settings.Script_Creator or full_response.creator.username
9698
KeySystem.Main_Entry.Script_Info.Script_Name.Text = settings.Script_Name or full_response.paste.title
9799

98100
KeySystem.Main_Entry.Visible = true
99101

100102
TweenService:Create(KeySystem.Main_Entry.Script_Info, TweenInfo.new(0.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {Position = UDim2.new(0, 0, 0, 0)}):Play()
101-
wait(0.25)
103+
task.wait(0.25)
102104
TweenService:Create(KeySystem.Main_Entry.Input, TweenInfo.new(0.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {Position = UDim2.new(0, 0, 0.383, 0)}):Play()
103-
wait(0.25)
105+
task.wait(0.25)
104106
TweenService:Create(KeySystem.Main_Entry.Image, TweenInfo.new(0.5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), {Position = UDim2.new(0.5, 0, 0.2, 0)}):Play()
105107

106108
KeySystem.Main_Entry["UI Controls"]["Close Button"].Activated:Connect(function()

0 commit comments

Comments
 (0)