It works saying hello from the print but no sound? i have it located directly to the sound but its not playing?
SCRIPT: local firesound = game.StarterPack.Gun.Handle.FireSound
game.ReplicatedStorage.SoundEvent.OnServerEvent:Connect(function(Player)
firesound:Play() Print("HEllO") end)
LOCAL SCRIPT: script.Parent.Activated:Connect(function() game.ReplicatedStorage.SoundEvent:FireServer() end