Advertisement
Hasli4

RBLX. Mobile1

May 15th, 2025
248
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. game:GetService("ContextActionService")
  3. :BindActionToInputTypes("Launch", onLaunch, true, ATTACK_KEY)
  4. p.PlayerGui:WaitForChild('ContextActionGui').
  5. ContextButtonFrame.ContextActionButton.
  6. Position = UDim2.new(0.2, 0, 0.2, 0)
  7. p.PlayerGui:WaitForChild('ContextActionGui').
  8. ContextButtonFrame.ContextActionButton.
  9. Size = UDim2.new(0.5, 0, 0.5, 0)
  10. ContextActionService:SetTitle("Launch", "Fire")
  11. ContextActionService:SetImage("Launch", "rbxassetid://4834645025")
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement