SeanyBiy
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 9407 |
|
|
| 29 Jul 2012 08:56 PM |
for i, SeanyBiy in pairs(game.Players:GetPlayers()) do local skinTone7 = workspace.SkinTone7;
SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.MouseEnter:connect(function() SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.Position = UDim2.new(0, 550, 0, 350) then script.Parent.Parent.RobloxianGui.Children.BackgroundColor3 = skinTone7.Value; end end
SkinTone7 is a Color3Value :/ |
|
|
| Report Abuse |
|
|
RoAnt
|
  |
| Joined: 14 Jul 2008 |
| Total Posts: 16794 |
|
|
| 29 Jul 2012 09:01 PM |
print'Script running' for i, SeanyBiy in pairs(game.Players:GetPlayers()) do print'Checking players' local skinTone7 = workspace.SkinTone7;
SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.MouseEnter:connect(function() print'Mouse has entered' SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.Position = UDim2.new(0, 550, 0, 350) then script.Parent.Parent.RobloxianGui.Children.BackgroundColor3 = skinTone7.Value; end end
Tell me what the output say after this. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2012 09:08 PM |
@line 8 unexpected symbol near end |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2012 09:09 PM |
for i, SeanyBiy in pairs(game.Players:GetPlayers()) do local skinTone7 = workspace.SkinTone7; SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.MouseEnter:connect(function() SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.Position = UDim2.new(0, 550, 0, 350) script.Parent.Parent.RobloxianGui.Children.BackgroundColor3 = skinTone7.Value; end end
† KMXD † - Evil Duck Overlord, bent on world domination. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2012 09:09 PM |
for i, SeanyBiy in pairs(game.Players:GetPlayers()) do local skinTone7 = workspace.SkinTone7; SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.MouseEnter:connect(function() SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.Position = UDim2.new(0, 550, 0, 350) script.Parent.Parent.RobloxianGui.Children.BackgroundColor3 = skinTone7.Value; end end)
† KMXD † - Evil Duck Overlord, bent on world domination. |
|
|
| Report Abuse |
|
|
SeanyBiy
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 9407 |
|
| |
|
SeanyBiy
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 9407 |
|
| |
|
Dr01d3k4
|
  |
| Joined: 11 Oct 2007 |
| Total Posts: 17916 |
|
|
| 29 Jul 2012 09:11 PM |
for i, SeanyBiy in pairs(game.Players:GetPlayers()) do local skinTone7 = workspace.SkinTone7; SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.MouseEnter:connect(function() SeanyBiy.PlayerGui.ScreenGui.Tone.SkinColour7.Position = UDim2.new(0, 550, 0, 350) script.Parent.Parent.RobloxianGui.Children.BackgroundColor3 = skinTone7.Value; end) end
Knight had a ) in teh wrong place. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2012 09:11 PM |
Did you try my newest one? And why not just put the script in the GuiObject?
† KMXD † - Evil Duck Overlord, bent on world domination. |
|
|
| Report Abuse |
|
|
RoAnt
|
  |
| Joined: 14 Jul 2008 |
| Total Posts: 16794 |
|
|
| 29 Jul 2012 09:12 PM |
? what did my code do to the output? Did you even read it? |
|
|
| Report Abuse |
|
|
| |
|
SeanyBiy
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 9407 |
|
|
| 29 Jul 2012 09:14 PM |
Driods didn't work either.
@Ro, all of these aren't making anything on Output, but the scripts aren't working. |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2012 09:15 PM |
Aw, yeah, you have to click reply on the comments above!
I'm so stupid! |
|
|
| Report Abuse |
|
|
SeanyBiy
|
  |
| Joined: 18 Jun 2010 |
| Total Posts: 9407 |
|
|
| 29 Jul 2012 09:18 PM |
| Sorry everyone, I was editting it in StartedGui in Solo Mode instead of Players o_o. Sorry for wasting all of your time, really :/ |
|
|
| Report Abuse |
|
|
RoAnt
|
  |
| Joined: 14 Jul 2008 |
| Total Posts: 16794 |
|
|
| 29 Jul 2012 09:20 PM |
.-. Driods' code should of worked...
Do you even have the Output out?
Is there an object named "SkinTone7" in game.Workspace? Is there a ScreenGui in your PlayerGui? Is there an object named Tone in your ScreenGui? Is there an object named SkinColour7 in Tone? What is SkinColour7?
What do you even want to happen?
|
|
|
| Report Abuse |
|
|