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 » Scripters
Home Search
 

Re: Some serious issue

Previous Thread :: Next Thread 
uknowdudes is not online. uknowdudes
Joined: 10 Jan 2011
Total Posts: 993
14 Aug 2016 04:20 AM
This is supposed to be the save script after the player clicks the save button, but whenever i click it, it doesn't actually do anything at all and just stays red. Any help at all?





wait(game.Lighting.TimeToLoad.Value)
s = script.Parent
p = s.Parent.Parent
saving = false
sound = s.ClickS

s.Save.MouseButton1Click:connect(function()
if saving == false then
saving = true
sound:Play()
s.Save.ImageColor3 = Color3.new(1,0,0)
if p.PlayerGui:findFirstChild("MainS") then
wait()
p:WaitForDataReady()
p:SaveInstance("SavedStatPNum"..tostring(game.PlaceId),p.PlayerGui.MainS)
end
for i = 1,10 do wait()
s.Save.Rotation = s.Save.Rotation - 72
end
s.Save.Label.Text = "WAIT(10)" wait(1)
s.Save.Label.Text = "WAIT(9)" wait(1)
s.Save.Label.Text = "WAIT(8)" wait(1)
s.Save.Label.Text = "WAIT(7)" wait(1)
s.Save.Label.Text = "WAIT(6)" wait(1)
s.Save.Label.Text = "WAIT(5)" wait(1)
s.Save.Label.Text = "WAIT(4)" wait(1)
s.Save.Label.Text = "WAIT(3)" wait(1)
s.Save.Label.Text = "WAIT(2)" wait(1)
s.Save.Label.Text = "WAIT(1)" wait(1)
for i = 1,10 do wait()
s.Save.Rotation = s.Save.Rotation + 72
end
s.Save.ImageColor3 = Color3.new(1,1,1)
s.Save.Label.Text = "SAVE"
saving = false
end
end)
Report Abuse
uknowdudes is not online. uknowdudes
Joined: 10 Jan 2011
Total Posts: 993
14 Aug 2016 04:21 AM
bump
Report Abuse
uknowdudes is not online. uknowdudes
Joined: 10 Jan 2011
Total Posts: 993
14 Aug 2016 04:27 AM
.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • 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