BillboardGui Serverside Help

idk if im being stupid or what

This is in studio btw

1 Like

Can you add a print("test") right after the local function levelsGui(player, levels) and run the game, and tell me if that prints in the output.

Nope it doesnt print, im not sure whats going on

Alright can you show me the output with a picture?

Here is me right now when in game on studio

image

Here is the code

Okay your problem is that you do not have HTTP Services enabled.

The second problem is that because you have no data the function is not being fired.

To fix the first problem you can refer to what I said earlier.

To fix the second problem you can add levelsGui(player, levels) where it says
Lines 64 - 69

    else
        print("Data was not loaded successfully: ["..player.Name.."; "..player.UserId.."]")
        warn(failure)
        levelsGui(player, levels)
    end
end)

Hopefully this finally fixes your problems.

1 Like

alright let me try doing that.

I got some good news, it works, I wish I can give you a high five but we are on the internet, I’m just now getting into advanced ROBLOX scripting, right now I’m an intermediate when it comes to ROBLOX scripting, so I’m going to see how your code works and hopefully apply this information in my future projects. This was way more than I expected, It even has data save too which is awesome.

1 Like

That’s great news!

I don’t know what to consider myself on Roblox scripting matters, however, I started probably 4 months ago. Anyways, Good luck learning lua! :smile:

Wow! 4 months ago, your pretty talented, I dont have as much time like I use too.

Thanks, In the summer I coded a lot, however, I didn’t spend as much time as I am recently, because the lack of ideas I had.

You coded all of your ideas, man, that’s the point I want to get.

1 Like

One last question, so publish the game, all is great level billboard gui works, when i go into studio i get an error that says, You must publish this place to the web to access DataStore, the game is published also

You can try the game if you feel like, see what you think
LINK: NONAMESIMULATOR - Roblox

1 Like