ToldFable
(fable)
#1
If you make a script like this
local s = Instance.new('Sound',workspace)
s.SoundId = 'rbxassetid://702875426'
s:Play()
and save it as a Local plugin for Studio, the sound doesn’t play.
It doesn’t play if you run that in the command bar either.
Does anyone know why?
Is this a bug?
A simple search helped me find this:
ToldFable
(fable)
#3
oh wow, I’ve been searching for a while and I couldn’t find that.
thanks
1 Like