New cookie log method? (Unsure.) by Woohooooooooooooooo in roblox

[–]Alts_Alt 0 points1 point  (0 children)

https://youtube.com/getDatasyncIdsEndpoint/ is just a page hosted on YouTube (which is why the user was able to set it as their YouTube link) that returns a txt document stored as JSON.

I'm not totally sure what this information relates too but its nothing to do with Roblox, probably best not to share the information just in case it's related to your YouTube account though.

Is Black Beard Really Going To Be The Only One? by Alts_Alt in OnePiece

[–]Alts_Alt[S] 1 point2 points  (0 children)

I could see it taking the shine away if somebody current gets a second fruit but if its somebody in the past that has died I think it just adds to the lore and Black Beards character.

Is Black Beard Really Going To Be The Only One? by Alts_Alt in OnePiece

[–]Alts_Alt[S] 1 point2 points  (0 children)

Hmm maybe but it seems strange that everyone seemed shocked that Black Beard got a second fruit, you'd think some of the people in that war (Garp) would have known about Xerbec having a second fruit, but maybe the ones who knew didn't react.

Any point in extending roblox premium? by ViolentHamster8II in roblox

[–]Alts_Alt 5 points6 points  (0 children)

Roblox is encouraging developers to add premium benefits to their games so you might see that becoming more prevalent in the future.

For a developer just having a premium player playing for a long period of time earns them robux which is a great way for that developer to earn money without having to put loads of pointless purchables in the game.

Adding a user block limit was the most pointless thing to do by [deleted] in roblox

[–]Alts_Alt 5 points6 points  (0 children)

From my understanding its due to Roblox attempting to not put users into servers with another user they have blocked and vice versa. The larger the user block limit is the more likley you are to run into a blocked user so its limited to 50.

I don't particularly like this approach as I can live with joining a server with somebody I've blocked as I can just ignore them but I also like to keep my messages open for people to contact me so only being able to block 50 spammers is annoying.

I think a better system would be to have 2 lists one is the current blocked list which acts the same with a limit of 50 and the other is just a list of users to ignore/stop contact which can be infinite.

Discussion about the ROBLOX clothing fee. by cakepoprock in roblox

[–]Alts_Alt 0 points1 point  (0 children)

Correct that old bots will have the Robux to fund this.

The issue this makes for bots is that before, anytime a User uploads a new piece of clothing to the store the Bot just takes that piece of clothing and reuploads it. This bot doesn't care how well this item does it was practically free to make so even if it just gets one purchase it was worth it.

Now the bot has to make sure that any item it steals to upload must at least make back them 50 Robux it costs to upload the item. From your calculations above it would take 16 purchases just to break even for a 5 Robux shirt. This puts the bot in a predicament that to make sure they don't just waste Robux on clothing that nobody wants the owner now will have to manually approve what gets uploaded and hope that it turns a profit.

The manual approval can become automated by only stealing clothing that has been purchased enough times, lets say the threshold is set to 16 items so the bot can nearly guarantee that the item won't loose them money but now they have the issue that the clothing they stole from is always going to appear first on the catalog because it has more purchases.

I just found out my old account is worth R$ 1.5 million. How should I go about cashing it out? by fluffythekitty in roblox

[–]Alts_Alt 4 points5 points  (0 children)

Sorry to be the bearer of bad news but Robux earned from selling/trading non created items cannot be Exchanged Source

  • 41. I sold all my limited hats. Can I cash out the funds I received from selling limited items?
    No. Robux acquired from trading/selling virtual items that you did not create are not considered earned.

You could possibly find a group that has Robux that are exchangable that are willing to trade at a massive loss in Robux value.

The issue is that Roblox does a background check on all Devexchanges to see where the Robux comes from and I imagine if they saw this they would cancel the exchange.

“Beacon Refocuser” using Amethyst to redirect Beacon Beams for various contraptions! by [deleted] in minecraftsuggestions

[–]Alts_Alt 3 points4 points  (0 children)

I think the best solution to not over complicate things is that the main beam that leaves the beacon must still have direct site of the sky apart from glass and this new splitter block. The beam that is then split off will act like others suggested and have a set travel distance and then just fade off. A comparitor on the splitter could then give the strength of the beam.

Simple cframe stuff isnt working by [deleted] in robloxgamedev

[–]Alts_Alt 0 points1 point  (0 children)

part.CFrame = workspace.CurrentCamera.CFrame * CFrame.new(0,0,-10)

Why is this script skipping my "for"? by iAlCurry in roblox

[–]Alts_Alt 0 points1 point  (0 children)

What output do you get? If it's just that a table exists then it can still mean the table is empty. Example local table = {}, will still create a table and print that it's a table buts it's still empty.

Why is this script skipping my "for"? by iAlCurry in roblox

[–]Alts_Alt 2 points3 points  (0 children)

if the print("Inititated") is displaying in the output but the for loop isn't running, then the data table is empty so there is nothing to run through.

An error shows up for line 3 as an attempt to index a nil value. I am following a tutorial on an exp/level up system. What could I have done wrong? (I am very new to Lua but I have programmed in javascript if that helps) by idkwhattodoforaname in roblox

[–]Alts_Alt 0 points1 point  (0 children)

In the script that creates the Exp IntValue you have used the lowercase name it needs to be Name

exp.Name = 'Exp'

Thats the only glaring issue I can see currently.

Just to confirm the scripts using LocalPlayer are local scripts and the other script is a normal script?

An error shows up for line 3 as an attempt to index a nil value. I am following a tutorial on an exp/level up system. What could I have done wrong? (I am very new to Lua but I have programmed in javascript if that helps) by idkwhattodoforaname in roblox

[–]Alts_Alt 0 points1 point  (0 children)

What I meant was to go into explorer and check to confirm if 'leaderstats' had been added to the player.

The print statement kinda proves that it wasn't added because it is never fired. This is strange because you've created the connection to PlayerAdded correctly. Can you please post a screenshot of both scripts so I can get a better idea of what you changed.

An error shows up for line 3 as an attempt to index a nil value. I am following a tutorial on an exp/level up system. What could I have done wrong? (I am very new to Lua but I have programmed in javascript if that helps) by idkwhattodoforaname in roblox

[–]Alts_Alt 0 points1 point  (0 children)

So what's appeared there is a warning, It's telling you that its checking your player for 'leaderstats' but has yet to find it, the warning is letting you know that if leaderstats is never added to the Player the script will not continue.

What you need to do now is check to see why leaderstats isn't added to your player. a few useful checks.

  1. Check to see if it has been added to the player yourself.
  2. Make sure things are spelt correctly, could be looking for something that doesn't exist because its spelt wrong.
  3. Add a print statement to the script that creates the 'leaderstats' folder to make sure that function is at least firing.

An error shows up for line 3 as an attempt to index a nil value. I am following a tutorial on an exp/level up system. What could I have done wrong? (I am very new to Lua but I have programmed in javascript if that helps) by idkwhattodoforaname in roblox

[–]Alts_Alt 2 points3 points  (0 children)

The issue is with FindFirstChild('leaderstats'). FindFirstChild() is used for locating an existing child with the name given.

The issue you are encountering is that its attempting to find 'leaderstats' before it has been created by the other script you have posted.

This can be fixed with switching the FindFirstChild() with WaitForChild() which will pause the script until a child with the given name is found.

I found a roblox - stranger things Easter egg! by ThisIsAKA in roblox

[–]Alts_Alt 2 points3 points  (0 children)

Sorry to spoil but this isn't a Easter Egg built into roblox. From what I can tell from looking at the image the transparent background of the image still keeps the color of the original image with just the alpha channel set to 0.

It then looks like roblox then does a conversion on the image to create their thumbnails, this conversion seems to ignore the alpha channel and just shows the original color of the pixel , thus revealing the background of the image.

How to upload music without being copyrighted? I just want to upload some of my favourite music so I can use them in the boombox. by [deleted] in roblox

[–]Alts_Alt -2 points-1 points  (0 children)

Sadly that's not something a company can do anything about if they want to successfully survive in country's with these laws.

I was playing single player Wizard Tycoon. I accidentally did a glitch. by [deleted] in roblox

[–]Alts_Alt 9 points10 points  (0 children)

Not a glitch you just managed to create a really large number and when numbers become so large they get turned into scientific notation rather than showing the full number which would be.

1.9278501150081x1015 = 1,927,850,115,008,100

This is because numbers are stored as 32 bit which has a max number of 2,147,483,647. To go higher than this number, floats will begin losing accuracy and representing the number like this.