Unfortunately, i am absolutely terrible with welds. However, the least i can do is give you a link talking about welds which may solve your query.
Hope this helps!
Unfortunately, i am absolutely terrible with welds. However, the least i can do is give you a link talking about welds which may solve your query.
Hope this helps!
Just do this script
while true do
sound.Loaded:Wait()
textButton.MouseButton1Down:Connect(function()
sound:Play()
end
end)