|
| 02 Aug 2015 10:00 AM |
When in Solo the Output say no error. When in Online here the error.
0:23:06.635 - This function is not yet enabled! 10:23:08.490 - This function is not yet enabled! 10:23:08.502 - HelpScreen is not a valid member of ScreenGui 10:23:08.503 - Script 'Players.Player2.PlayerGui.StartingGui.MenuScreen.HelpBt.Loc', Line 4 10:23:08.504 - Stack End 10:23:08.507 - BuildBtn is not a valid member of Frame 10:23:08.526 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.ResBtn.LocalScrip', Line 5 10:23:08.532 - Stack End 10:23:08.539 - BuildBox is not a valid member of TextButton 10:23:08.661 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.BuildBtn.LocalScr', Line 3 10:23:08.694 - Stack End 10:23:08.792 - This function is not yet enabled! 10:23:09.407 - UserStats is not a valid member of Player 10:23:09.408 - Script 'Players.Player2.PlayerGui.StartingGui.MenuScreen.PlayBt.Loc', Line 9 10:23:09.410 - Stack End 10:23:09.414 - UserStats is not a valid member of Player 10:23:09.415 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.BuildBtn.BuildBox', Line 5 10:23:09.426 - Stack End 10:23:09.505 - UserStats is not a valid member of Player 10:23:09.505 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.BuildBtn.BuildBox', Line 5 10:23:09.506 - Stack End 10:23:09.507 - UserStats is not a valid member of Player 10:23:09.507 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.BuildBtn.BuildBox', Line 5 10:23:09.508 - Stack End 10:23:09.508 - UserStats is not a valid member of Player 10:23:09.509 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.UnBtn.UnBox.WorkB', Line 5 10:23:09.509 - Stack End 10:23:09.759 - UserStats is not a valid member of Player 10:23:09.760 - Script 'Players.Player2.PlayerGui.PlayerGui.PlayB.TeleBtn.TeleBox.B', Line 3 10:23:09.761 - Stack End
I think it the server script that doesnt work even if It supposed to create a "UserStats"
Here it the script
game.Players.PlayerAdded:connect(function(player) local Folder = Instance.new("Folder") Folder.Name = "UserStats" Folder.Parent = game.Players.LocalPlayer
--Basic Ressources
local Wood = Instance.new("IntValue") Wood.Name = "Wood" Wood.Parent = Folder Wood.Value = 0 local Stone = Instance.new("IntValue") Stone.Name = "Stone" Stone.Parent = Folder Stone.Value = 0
local Food = Instance.new("IntValue") Food.Name = "Food" Food.Parent = Folder Food.Value = 0
--Limitation local Keep = Instance.new("IntValue") Keep.Name = "Keep" Keep.Parent = Folder Keep.Value = 0
--Keep Positioning local xKeep = Instance.new("NumberValue") xKeep.Name = "xKeep" xKeep.Parent = Folder xKeep.Value = 0 local yKeep = Instance.new("NumberValue") yKeep.Name = "yKeep" yKeep.Parent = Folder yKeep.Value = 0
local zKeep = Instance.new("NumberValue") zKeep.Name = "zKeep" zKeep.Parent = Folder zKeep.Value = 0
--Username
local Name = Instance.new("StringValue") Name.Name = "Name" Name.Parent = Folder local Player = game.Players.LocalPlayer Name.Value = Player.Name
end) |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2015 10:02 AM |
I Ctrl+F'd the page, only found one "HelpScreen" (From the error). You posted the wrong script.
"This function is not yet enabled!", not your fault; don't spam the post with that. |
|
|
| Report Abuse |
|
|
|
| 02 Aug 2015 10:06 AM |
| In SOLO the Help BTN etc. work It's not the btn I know. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 03 Aug 2015 02:22 PM |
These are obvious errors.
Fix them yourself or forever be deemed a skid and ignored |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Aug 2015 03:27 PM |
| I told you it say that it worked fine in Solo , not in Server , so that mean that "bla bla" is not a member of "bla bla" is bs. I know it the User Stats but I dont know why it not generating? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
| |
|