Αποτελέσματα Αναζήτησης
All BOOMBOX scripts I found out there. Contribute to idkasd/BoomBox-Hub development by creating an account on GitHub.
18 Ιουν 2020 · I decided to create this as I had nothing else to do today and wanted to accomplish something. This is basically the roblox BoomBox gear but with new uis and upgraded scripts. Features: New UIs; New mute/unmute system; Fixed submit errors; Screenshots
All BOOMBOX scripts I found out there. Contribute to bloodygums/Boombox-Scripts development by creating an account on GitHub.
11 Ιαν 2019 · local CAS = {Actions= {},BindAction=function (self,name,fun,touch,...) CAS.Actions [name] = fun and {Name=name,Function=fun,Keys= {...}} or nil. end} --Merged 2 functions into one by checking amount of arguments. CAS.UnbindAction = CAS.BindAction.
29 Νοε 2019 · wait (1) local radio = Instance.new ("Part",c) radio.Name = "Radio" radio.CanCollide = false. radio.Anchored = true. radio.FormFactor = "Custom" radio.Size = Vector3.new (3.2, 1.43, 0.8) radio.CFrame = c.Torso.CFrame * CFrame.new (0,0,.8) radio.CFrame = radio.CFrame * CFrame.fromEulerAnglesXYZ (0,3.15,0)
script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3 ...
In this video, I create a boombox that is NOT a tool, which gives you a "backpack" for the boombox.For a tool tutorial, go to https://youtu.be/1ELYBKxY9XkUI ...