#Uh

22 messages · Page 1 of 1 (latest)

urban geyser
#

local muteButton = script.Parent
local sound = Instance.new("Sound")

muteButton.Text = "UnMuted"
muteButton.BackgroundColor3 = Color3.new(0.12549, 1, 0.078431)

local function toggleMute()
if sound.Volume == 0 then
sound.Volume = 0.1
muteButton.Text = "UnMuted"
muteButton.BackgroundColor3 = Color3.new(0.12549, 1, 0.0784314)
else
sound.Volume = 0
muteButton.Text = "Muted"
muteButton.BackgroundColor3 = Color3.new(1, 0, 0)
end
end

muteButton.MouseButton1Click:Connect(toggleMute)

while true do
sound.Parent = game.SoundService.Sound2
sound.SoundId = "rbxassetid://1843497734"
sound:Play()
sound.Volume = 0.1
sound.Ended:Wait()
end

#

here is the script

faint bay
#

How long does it take to make a horror game In roblox

urban geyser
#

bruh.

faint bay
#

Bro what

#

Wym

#

BRuh

#

I asked a question

#

TF u mean " bruh"

#

U just say ur elasticated

#

Estimate *

urban geyser
#

why u asking here

faint bay
#

Idk

#

U look good at what you do

urban geyser
#

im beginner

faint bay
#

So local( baseplate ) = game.workspace.baseplate.transparency= 0.5?

#

Is this code

urban geyser
#

go ask

faint bay
#

Right ?

urban geyser
#

somewhereelese

faint bay
#

Bruh

urban geyser
#

plus learn how to script