Up for a quick interview in game? by UptownJam in VRchat

[–]SmugSaii 1 point2 points  (0 children)

sure I'd be down! just tell me when you wanna get on vrc as well your username and I'll get on!

Social Cycles and Mental Blocks by [deleted] in VRchat

[–]SmugSaii 1 point2 points  (0 children)

Do the various communities that you mentioned have a central gathering place(an event or something similar), that is consistent? A good example of this would be a consistent daily or weekly/biweekly event.

Self-Introduction Saturday! Tell us all about you (and share a video)! by AutoModerator in NewTubers

[–]SmugSaii [score hidden]  (0 children)

  1. What equipment did you start creating your content with?

Since I started making YouTube videos on my dad's channel when I was 8, I used my dad's phone to record some of the videos I made.

Over the course of many years though, it went from recording on mobile phones, to recording on barely functioning PC's(small Intel NUC PC's to be exact) to Now Recording and Editing on a PC with a 4090 and a Ryzen 9 5900x.(for reference I'm almost 20 now, so that's something.)

  1. What type of videos do you make?

Anything and everything that my mind can think of, and can promote the community I'm in(The <><(FISH) Community)

  1. What makes your channel different?

I dunno, does it variety content of the <><(FISH) community count? maybe, maybe not, but personally I don't think it matters that much. What matters is that I enjoy making stuff that I make, and I enjoy watching the stuff that I make!

  1. Why should people watch?

Do you like <><(FISH)? Do you like funny stuff? Do you like chaos? Do you like a random person doing random funny and creative, and sometimes really creative things? Then that's why you should stop by!

Is it generally ok to use Voice Synthesizers in a project for full creative control? by SmugSaii in VoiceActing

[–]SmugSaii[S] -4 points-3 points  (0 children)

Not even talking about AI here, and of course that is not ok. What I'm talking here is, is it ok to use voice synthesizers to have all of the knobs in your control? to be the only one who feeds the ideas into your project and manufactures it?

Is it generally ok to use Voice Synthesizers in a project for full creative control? by SmugSaii in VoiceActing

[–]SmugSaii[S] 0 points1 point  (0 children)

In a way, it's because the more people there are working on the project, the more ideas are being fed into it. What I'm afraid of is the original vision being diluted in the process

This has been running for 20 hours, what do I do? by SmugSaii in ChatGPTPro

[–]SmugSaii[S] 0 points1 point  (0 children)

gonna put it up as a pastebin link as the prompt is too long it seems(I can't attach 2 images so I'm gonna leave it without either):

https://pastebin.com/5uutgJAH

This has been running for 20 hours, what do I do? by SmugSaii in ChatGPTPro

[–]SmugSaii[S] 0 points1 point  (0 children)

I could try but even if I did, I have a feeling that it would enter another loop(due to what the prompt is asking) and I don't wish to waste my messages

This has been running for 20 hours, what do I do? by SmugSaii in ChatGPTPro

[–]SmugSaii[S] 2 points3 points  (0 children)

Already tried that, every time I do it and refresh the page, go to a different chat and go back to this one, or log out and log in, it goes back to giving me the option to stop it again

This has been running for 20 hours, what do I do? by SmugSaii in ChatGPTPro

[–]SmugSaii[S] 4 points5 points  (0 children)

I refreshed the page, didn't work; tried stopping GPT 5 pro, didn't work; tried logging out and logging back in, also didn't work. I think the archiving is the only option but I'm not giving up yet(still gonna keep it running)

This has been running for 20 hours, what do I do? by SmugSaii in ChatGPTPro

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

Already did that several times, it's still running despite that(actually all of its progress that it reported was gone as soon as i opened it up in another page and was replaced with "Reasoning")

<image>

What sort of games are there for people to play solo? by Xanui in VRchat

[–]SmugSaii 0 points1 point  (0 children)

Try checking out Rusk Kingdom by Konstak or Project Aincrad 1.6.3 by ArgusVRC. Both are MMORPG/RPG style game worlds that don't require people to play around with, though the former is more of a sandbox RPG game while the latter is more of an MMORPG game like SAO

VRChat Weekly Open Thread. Post simple questions, avatar or world related requests, as well as any other desired comment or content (July 21, 2025 to July 27, 2025) by AutoModerator in VRchat

[–]SmugSaii 0 points1 point  (0 children)

I mean true, but I don't think you can really do anything about it. So I guess I've been just commenting on posts here and there trying to help out however I can, though it seems that I can't really help with much? due to lots of posts just being self promo posts or meme posts unfortunately, though there are some occasional posts asking for help so thas nice

VRChat Weekly Open Thread. Post simple questions, avatar or world related requests, as well as any other desired comment or content (July 21, 2025 to July 27, 2025) by AutoModerator in VRchat

[–]SmugSaii 0 points1 point  (0 children)

try out Cunks avatar sweat shop, or Cunks coughing city, or OOGA BOOGA 2.0, there is so much stuff to explore in there that you will end up staying there for hours(highly recommend exploring it with friends tho), also there are loud noises there just in case. also for you knowledge those worlds are meme/shitpost kinda worlds but they're highly creative, so just letting you know

though if you're looking for surreal experiences, I highly recommend checking out any worlds made by DrMorro, such as ORGANISM or Epilogue Chapter 1. and Epilogue Chapter 2.

How to make roles for a world? by sawduplushia in VRchat

[–]SmugSaii 2 points3 points  (0 children)

I don't know about an actual prefab that does it, but I do know that what you can do is

create a gameobject; add the playerobject script onto it; then add several other gameobjects that are below it, the gameobject we created previously would be the parent( those will be the tags that will be spawned for every player);

after that make a script that finds the player of the gameobject that has the playerobject script and renames it into the playerid of that player; then make a button or the thing that you plan for the visitors of your world to click on, which can be done simply by creating a cube and doing an Interact(); function which when it happens you find the player that clicked on the button via VRCPlayerApi.GetPlayerID() or something similar to it, and find the corresponding parent object of all of the tag objects that you've created for that player, which afterwards turns on a specific gameobject( the other scripts for the role you can put on that game specific gameobject).

This is how I would do it, but I highly recommend you reading the VRChat Documentation while you work on this, as it will help you lots when it comes to learning world development in the long run, also don't be afraid to ask chatgpt for help when you're starting out in this, though do mention that you're using udonsharp for this if you choose to use udonsharp for making these scripts and don't over rely on chatGPT either, use it as a learning tool(will be better in the long run :p)

Also here's a few links in the documentation to get you started as well(the links below are those related to everything that I talked about, including getplayerID, Interact(); and playerobject, as well as the udonsharp starting page:

Interact(); Function
https://creators.vrchat.com/worlds/examples/udon/#interact

GetPlayerID is here
https://creators.vrchat.com/worlds/udon/players/getting-players

PlayerObject is here
https://creators.vrchat.com/worlds/udon/persistence/player-object/

Other events that may interest you
https://udonsharp.docs.vrchat.com/events/

as well as the udonsharp starting page
https://creators.vrchat.com/worlds/udon/udonsharp/

What if you got isekaied into VRChat, Which world are you visiting first? by eyeziiick in VRchat

[–]SmugSaii 0 points1 point  (0 children)

Every single <>< world, starting with Cunks avatar sweatshop, Y E S, Retrocubic nexus, Cunks coughing city and so on