Загрузка данных


local p = game.Players.LocalPlayer

game:GetService("ContextActionService"):BindActionToInputTypes("Launch", onLaunch, true, ATTACK_KEY)

p.PlayerGui:WaitForChild('ContextActionGui').ContextButtonFrame.ContextActionButton.Position = UDim2.new(0.2, 0, 0.2, 0)

p.PlayerGui:WaitForChild('ContextActionGui').ContextButtonFrame.ContextActionButton.Size = UDim2.new(0.5, 0, 0.5, 0)

ContextActionService:SetTitle("Launch", "Fire")

ContextActionService:SetImage("Launch", "rbxassetid://4834645025")