Sungmingamerpro13

NoChargeScript (ChargeScript#3)

Sep 22nd, 2025
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. local rs = game:GetService("ReplicatedStorage")
  2. local nocharge = rs.MusicBox:WaitForChild("ChargeOFF")
  3. local UIS = game:GetService("UserInputService")
  4. local ChargesCript = game.Workspace.AI.MusicBox:WaitForChild("ChargingScript")
  5.  
  6. UIS.InputBegan:Connect(function(input)
  7.     script.Parent.MouseLeave:Connect(function()
  8.         nocharge:FireServer(input)
  9.         script.Parent.Image = "http://www.roblox.com/asset/?id=13376690361"
  10.     end)
  11. end)
  12.  
Advertisement
Add Comment
Please, Sign In to add comment