Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement