local gear = game.ReplicatedStorage:WaitForChild('RocketLauncher') script.Parent.MouseButton1Click:connect(function() if script.Parent.Parent.Input.Text == 'a321312' then gear:Clone().Parent = game.Players.LocalPlayer.Backpack gear:Clone().Parent = game.Players.LocalPlayer.StarterGear script.Parent.Parent.Input.Text = '' script.Parent.Text = 'Success!' wait(1) script.Parent.Text = 'Submit' else script.Parent.Parent.Input.Text = '' script.Parent.Text = 'Invalid Code!' wait(1) script.Parent.Text = 'Submit' end
end)
How do I make it redeem once only and perm saved?