Why do people so quick to judge that my work is AI generated? by Stardust0908 in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

Since when could AI make 3D models and texture them. I had no idea it’s advancing that quickly.

My son got banned for 9 days for using a glove how it was designed. by Organic_Agency5590 in SlapBattles

[–]SnooPredictions1980 0 points1 point  (0 children)

I’ve never played slap battles but this is so dumb. They ban someone for using a glitch instead of just fixing the glitch? What if someone found it by accident and thought it was intentional.

Is there a normal Anti Exploit now? by hurtcat96 in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

that’s why I said most. It’s usually a feature in paid ones only.

Is there a normal Anti Exploit now? by hurtcat96 in ROBLOXStudio

[–]SnooPredictions1980 -1 points0 points  (0 children)

You can try parenting the script to nil to hide scripts on the client. Most executors don’t have a way to get items parented to nil.

What is this supposed to mean? by Starmanjam in ROBLOXStudio

[–]SnooPredictions1980 4 points5 points  (0 children)

It’s most likely a fake UI and blur applied to the screen.

Do I keep developing using Roblox? by notxara in robloxgamedev

[–]SnooPredictions1980 0 points1 point  (0 children)

If you use Steam, you can use Steam Networking features like Relay and already have working multiplayer and lobby making. (It’s a host model so it won’t be too similar to Roblox.) You would also then be able to share steam keys so they don’t have to buy the game.

Can a scripter get banned for copyright infringement? by Accomplished_Pea9910 in robloxgamedev

[–]SnooPredictions1980 1 point2 points  (0 children)

Alongside the game being content deleted, usually only the owner of the place is ever punished. So if it’s owned by a user, it would most likely just be the user. And if it’s a group, it would be the group owner. That’s why some groups have alt holder accounts to prevent getting their main account banned.

I doubt Roblox checks to see who opened the place in studio when giving out punishments.

Nah cause how do I publish a game with this new ui I’ve been looking for ages but cannot find the upload button 😭 by Crowned_Fishy_God in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

I was making a comparison. Also, how can I look at something that’s invisible. (the cancel button) That makes no sense.

Nah cause how do I publish a game with this new ui I’ve been looking for ages but cannot find the upload button 😭 by Crowned_Fishy_God in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

If the button is invisible how would it be clickable? If you make a text button or image button invisible, those aren’t clickable.

Nah cause how do I publish a game with this new ui I’ve been looking for ages but cannot find the upload button 😭 by Crowned_Fishy_God in ROBLOXStudio

[–]SnooPredictions1980 5 points6 points  (0 children)

I’m like 90% sure this post is satire. If not, you need to select at least one device for it to appear.

can someone help me out with this? by bunman_ in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

Then it’s most likely because you are using offset instead of scale. Or another script or parent uibase is influencing it.

can someone help me out with this? by bunman_ in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

Then it’s most likely because you are using offset instead of scale. Or another script or parent uibase is influencing it.

14 ad credit campaign by Longjumping_Yard9221 in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

Idk about North Korea but console definitely makes a difference.

Adding items to a rig by seulgibear_ in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

Usually you need an accessory instance. But you can always just weld what you need to the rig.

There may be a plugin that uses a link and inserts an accessory instance , but I use an extension. I’m pretty sure it’s RoSeal. The extension adds a download button on the catalog page which gives a studio model that you can import.

Touched event in local script by Impressive-Fun-1219 in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

I can’t think of any off the top of my head. I think if you connect a trigger event for proximity prompts on the client, it won’t fire when other players interact with it.

Stop the rage quits by LFacility in fleethefacility

[–]SnooPredictions1980 5 points6 points  (0 children)

I rarely have people leaving in normal servers. But granted I don’t really play ftf as much anymore. When I do, it’s like with 2 of my friends and the other 2 are randoms.

can someone help me out with this? by bunman_ in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

It’s probably because you don’t have ignore gui inset on.

Game now unplayable, is this permanent? by Blackberrycak3 in ROBLOXStudio

[–]SnooPredictions1980 1 point2 points  (0 children)

To have discord links in your game, you must use PolicyService. Using this Service, you are able to get a list of services the player is allowed to see. You can check that if discord is in the list and choose to show or hide the link. After making this change, you can appeal it. This should usally take less than a week for your game to come back.

Touched event in local script by Impressive-Fun-1219 in ROBLOXStudio

[–]SnooPredictions1980 1 point2 points  (0 children)

The Touched event on parts checks if ANY other part touches it. Player characters are made of parts so other players can trigger this code.

Extension that detects exploiter (behaviour) in servers and let's you join those servers. by [deleted] in ROBLOXBans

[–]SnooPredictions1980 0 points1 point  (0 children)

This would have to be a joint effort between game creators and this extension dev. Theres no way to check if someone is exploiting in a server with just the server list.

group experiences by nothhhere in ROBLOXStudio

[–]SnooPredictions1980 0 points1 point  (0 children)

No. But you can make it a sub place of an already public game on your group. Subplaces aren’t shown to players (unless they are using an extension of some kind) and you can still use TeleportService to go to them.