-
What do you want to achieve? Hello, my game was working perfectly fine, i didn’t changed anything but now when i play i get these errors
(The lines where i get this error is where i award badges) -
What is the issue? I don’t know what i did wrong.
-
What solutions have you tried so far? I looked on forums.
are you just trying to award badges? is there anything else going on?
Yes im just awarding a badge, and my studio is very weird
If i launch roblox studio from windows it’s the default style but if i launch it with the create tab on the roblox website studio is weird it got a different style and always tell me to update but when i update it continues to tell me to update
could you send me the script so i can see if anything is wrong?
The error don’t come from the script i think because i didn’t changed anything and now it says that error
roblox could of disabled something due to a patch they are pushing out(?) ive never seen this error so i cant really tell.
Do you have the “Studio Access to API Services” setting on? Maybe that’s the problem [I’ve never seen this error]
I do have Studio Access to API Services enabled
Can you show the script that you award the badges? Maybe i can help
game.Players.PlayerAdded:Connect(function(player)
BadgeService:AwardBadge(player.UserId, 2125004223)
end)
And studio is weird look
The check box
pretty sure the script wont save into the game if this is set to true
This property determines whether an object
should be included when the game is published or saved, or when Instance:Clone
is called on one of the object’s ancestors. Calling Clone directly on an object will return nil if the cloned object is not archivable. Copying an object in Studio (using the ‘Duplicate’ or ‘Copy’ options) will ignore the Archivable property and set Archivable to true for the copy.
Simply Archivable should be set to false
Source: Instance.Archivable
If you looked on forums, you’d see that this happens usually when Roblox is pushing an update. Please be patient.