Hasli4

Untitled

Dec 23rd, 2025
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2.  
  3. game:GetService("ContextActionService"):BindActionToInputTypes("Launch", onLaunch, true, ATTACK_KEY)
  4.  
  5. p.PlayerGui:WaitForChild('ContextActionGui').ContextButtonFrame.ContextActionButton.Position = UDim2.new(0.2, 0, 0.2, 0)
  6.  
  7. p.PlayerGui:WaitForChild('ContextActionGui').ContextButtonFrame.ContextActionButton.Size = UDim2.new(0.5, 0, 0.5, 0)
  8.  
  9. ContextActionService:SetTitle("Launch", "Fire")
  10.  
  11. ContextActionService:SetImage("Launch", "rbxassetid://4834645025")
Add Comment
Please, Sign In to add comment