generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: Music works HALF the time.

Previous Thread :: Next Thread 
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 05:17 PM
Everytime I enter my place the gui script ALWAYS work and the :Play() for the music is in the same script, but only sometimes the music actually plays. Whats wrong?
Report Abuse
Darkmist101 is not online. Darkmist101
Joined: 30 Jul 2010
Total Posts: 6208
15 Aug 2011 05:23 PM
The problem is I have nothing to work with.
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 05:27 PM
Hold on a minute, I think I know whats wrong
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 05:36 PM
nvm I got it.
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:05 PM
Now it's not working again, someone help, im using :Play() correctly...
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:11 PM
Gui = script.Parent
Main = Gui.Intro
Main.black.Visible = true
Main.logo.Visible = true
Main.MenuMusic:play()
wait(10)
for a = 0, 1, 0.05 do
wait(0.05)
Main.black.BackgroundTransparency = a
end
wait(1.5)
for b = 1, 0, -0.05 do
wait(0.05)
Main.black.BackgroundTransparency = b
end
Main.logo.Visible = false
Main.LODSlogo.Visible = true
wait(1.5)
for c = 0, 1, 0.05 do
wait(0.05)
Main.black.BackgroundTransparency = c
end
wait(1.5)
for d = 1, 0, -0.05 do
wait(0.05)
Main.black.BackgroundTransparency = d
end
Main.LODSlogo.Visible = false
Main.Logins.Visible = true
wait(1)
for e = 0, 1, 0.05 do
wait(0.05)
Main.black.BackgroundTransparency = e
end
wait(1)
for f = 1, 0, -0.05 do
wait(0.05)
Main.Logins.enter_world.BackgroundTransparency = f
Main.Logins.enter_world.TextTransparency = f
Main.Logins.enter_world.Active = true
end


Theres the script.

Everything is working BUT the sound.

its not even setting the value of IsPlaying inside the sound to true..

No output aswell
Report Abuse
booing is not online. booing
Joined: 04 May 2009
Total Posts: 6594
15 Aug 2011 06:12 PM
someone help, there is some narb invading this forum, and asking how to do something that he doesn't tell us
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:12 PM
even though I'm not getting anything heres the output...

Mon Aug 15 18:11:53 2011 - Opening "C:\DOCUME~1\ADMINI~1\LOCALS~1\APPLIC~1\Roblox\Test\Visit.rbxl"
Mon Aug 15 18:11:54 2011 - Running Script "Workspace.Data"
Mon Aug 15 18:11:54 2011 - Running Script "Players.Player.PlayerGui.Intro.Logins.enter_world.LocalScript"
Mon Aug 15 18:11:54 2011 - Running Script "Players.Player.PlayerGui.Main.scrollbg.OK.LocalScript"
Mon Aug 15 18:11:54 2011 - AddCoreScript 59431535 "BuildToolsScript" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - Running Script "Script Context.StarterScript"
Mon Aug 15 18:11:54 2011 - RegisterLibrary 156300740 "RbxGui"
Mon Aug 15 18:11:54 2011 - RegisterLibrary 156300740 "RbxGear"
Mon Aug 15 18:11:54 2011 - AddCoreScript 59002209 "Sections" to Script Context
Mon Aug 15 18:11:54 2011 - AddCoreScript 35914620 "Resizer" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 35914081 "SubMenuBuilder" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 36868950 "ToolTipper" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 46295863 "SettingsScript" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 39250920 "MainBotChatScript" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 48488235 "PlayerListScript" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 48488451 "PopupScript" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 48488398 "NotificationScript" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - AddCoreScript 53878047 "BackpackBuilder" to CoreGui.RobloxGui
Mon Aug 15 18:11:54 2011 - Creating toolbar Time, toolbar window valid = 1, doc window valid = 1
Mon Aug 15 18:11:54 2011 - Creating toolbar , toolbar window valid = 1, doc window valid = 1
Mon Aug 15 18:11:55 2011 - Running Script "Workspace.Player.Sound"
Mon Aug 15 18:11:55 2011 - Running Script "Workspace.Player.Animate"
Mon Aug 15 18:11:55 2011 - Running Script "Workspace.Player.RobloxTeam"
Mon Aug 15 18:11:55 2011 - Running Script "CoreGui.RobloxGui.BuildToolsScript"
Mon Aug 15 18:11:56 2011 - Running Script "Script Context.Sections"
Mon Aug 15 18:11:56 2011 - Running Script "CoreGui.RobloxGui.SubMenuBuilder"
Mon Aug 15 18:11:56 2011 - Running Script "CoreGui.RobloxGui.MainBotChatScript"
Mon Aug 15 18:11:56 2011 - Running Script "CoreGui.RobloxGui.PlayerListScript"
Mon Aug 15 18:11:56 2011 - Running Script "CoreGui.RobloxGui.BackpackBuilder"
Mon Aug 15 18:11:56 2011 - AddCoreScript 53878057 "BackpackScript" to CoreGui.RobloxGui.CurrentLoadout
Mon Aug 15 18:11:56 2011 - AddCoreScript 53878053 "BackpackResizer" to CoreGui.RobloxGui.Backpack
Mon Aug 15 18:11:56 2011 - Running Script "Players.Player.PlayerGui.Introgui"
Mon Aug 15 18:11:57 2011 - Running Script "CoreGui.RobloxGui.Resizer"
Mon Aug 15 18:11:57 2011 - Running Script "CoreGui.RobloxGui.ToolTipper"
found help in bottom right
Mon Aug 15 18:11:57 2011 - Running Script "CoreGui.RobloxGui.SettingsScript"
Mon Aug 15 18:11:57 2011 - Running Script "CoreGui.RobloxGui.PopupScript"
Mon Aug 15 18:11:57 2011 - Running Script "CoreGui.RobloxGui.NotificationScript"
Mon Aug 15 18:11:57 2011 - Not reading binary data
Mon Aug 15 18:11:57 2011 - Not reading binary data
Mon Aug 15 18:11:57 2011 - Unknown object class "Workspace" while reading XML
Time of Day Plugin Loaded
Mon Aug 15 18:11:58 2011 - Running Script "Workspace.Player.HealthScript v3.1"
Mon Aug 15 18:11:59 2011 - Running Script "CoreGui.RobloxGui.CurrentLoadout.BackpackScript"
Mon Aug 15 18:11:59 2011 - Running Script "CoreGui.RobloxGui.Backpack.BackpackResizer"
Mon Aug 15 18:11:59 2011 - Running Script "Workspace.Player.Health"
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:13 PM
@booing

Not posting anything? A narb? LOL
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:44 PM
Please, someone, help?
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:54 PM
I don't understand why this isnt working

everything else is working PERFECTLY FINE and theres no errors from the :Play()
line...

but its not even playing the sound...

could it be because its in a local script?
Report Abuse
me2kool2talk2u is not online. me2kool2talk2u
Joined: 19 Feb 2007
Total Posts: 2914
15 Aug 2011 06:56 PM
music works fine when I play it in command bar
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image