Sound inside part is not playing!

local Sound = script.Parent.Sound
Sound:Play()```
MaxRollDistance is 5000
MinRollDistance is 0 
It's looped and ready however it's not playing..
1 Like

Check out the developer.roblox.com site:
<Sound | Roblox Creator Documentation

1 Like
local Sound = script.Parent.Sound

Sound:Play()
MaxRollDistance = 5000
MinRollDistance = 0 
print("work")
3 Likes

It appears I just had a broken sound object,I inserted a new sound and it works!

1 Like

But please use DevHub for more information about more scripts and things and i see that you are a new developer in roblox studio so have fun to create games and have a great day!

2 Likes