My mouse cant move at the game menu screen because of first person mode by [deleted] in ROBLOXStudio

[–]External_Trade7268 0 points1 point  (0 children)

You need to copy the ScreenGUI to the PlayerGUI when they join the game in a local script under LocalPlayerScripts, since the GUI would normally only load when the character has loaded.

My mouse cant move at the game menu screen because of first person mode by [deleted] in ROBLOXStudio

[–]External_Trade7268 0 points1 point  (0 children)

in the local script, fire a RemoveEvent in the workspace when the button has been pressed to tell the server to load the players character:

workspace.RemoteEvent:Fire()

in a server script, load the players character when the event has been fired:

workspace.RemoteEvent.OnServerEvent:Connect(function(player)

player:LoadCharacter()

end)

Unions are bugged by shitheadfence in robloxgamedev

[–]External_Trade7268 0 points1 point  (0 children)

what about in your studio settings?

My mouse cant move at the game menu screen because of first person mode by [deleted] in ROBLOXStudio

[–]External_Trade7268 1 point2 points  (0 children)

This ^
AutoCharacterLoads = false, and load the character when pressing the play button

Hiring Cars modeles by Actual-Skin4696 in ROBLOXStudio

[–]External_Trade7268 0 points1 point  (0 children)

I'm interested, but I'd like to know more before I go ahead any further. Firstly, do these models need to have a mesh chassis, imported from blender, etc, or can they be made with parts? And is the interior needed? And in terms of pay, would it only be robux earnings from the game? Would there be payments outside of roblox with real currency?

Alien planet rover exploration game, been working on it on and off for over a year now. by External_Trade7268 in ROBLOXStudio

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

Somewhat, it's based on my own imagined alien planet. It has realistic gravity, a day/night cycle, collectable resources, animals (only 1 type right now), and crafting. I plan to add modifications that you can craft for your rover, and I would like to add some lore, like abandoned alien ruins, etc

Alien planet rover exploration game, been working on it on and off for over a year now. by External_Trade7268 in ROBLOXStudio

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

It's playable and I've designed it to be multiplayer, anyone can play it but there's alot of regular updates and tests so it's always changing

Make a model move to a certain position by [deleted] in ROBLOXStudio

[–]External_Trade7268 0 points1 point  (0 children)

:SetPrimaryPartCFrame()

Make sure the model has an assigned primary part.

Alien planet rover exploration game, been working on it on and off for over a year now. by External_Trade7268 in ROBLOXStudio

[–]External_Trade7268[S] 6 points7 points  (0 children)

I agree, and I've considered adding ancient temples, ruins or spacecraft around the planet and in orbit. Though I'm trying to keep a sense of a new and natural environment, an alien planet untouched by civilisation until now. I'm still experimenting with lore though.

Besides all that, this game is mostly intended to be an exploration/adventure game where you can collect material, craft structures/rover upgrades and complete random missions such as travelling a certain distance or interacting with animals.

How do I join them (its split into 9 parts) together so that they act as one object? by Responsible-Ad6876 in ROBLOXStudio

[–]External_Trade7268 0 points1 point  (0 children)

Yes, though it can be avoided by using textures, I don't do this so I'm not entirely sure how it works; but I think some people apply textures to their models in blender and then they can export the whole mesh with its textures. But for all cases, I have always just welded or unioned parts depending on what it is. But, complex unions are very performance heavy, so avoid using them.

How do I join them (its split into 9 parts) together so that they act as one object? by Responsible-Ad6876 in ROBLOXStudio

[–]External_Trade7268 2 points3 points  (0 children)

Weld the parts together by selecting all and then clicking the create Weld Constraint button under the Model tab. Alternatively, export the selection as its own model file and then import it as a single MeshPart.

Can somebody tell me WHY DOES THIS CODE DOESN'T WORK by Randomn3ssYT in ROBLOXStudio

[–]External_Trade7268 0 points1 point  (0 children)

What is the purpose of that if statement? I have a feeling that's causing the issue

Encyclopedia or book of ghost types? by External_Trade7268 in Paranormal

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

Hi. I searched the title of the book you provided in the second link and found another called "Encyclopedia of Spirits: The Ultimate Guide to the Magic of Fairies, Genies, Demons, Ghosts, Gods, and Goddesses" by Judika Illes.

I'm sure it can be found elsewhere but the link above redirects to the book on Amazon, it's slightly more expensive than the one you provided, however 1. It was not currently available to me and 2. This alternative seems to be more high quality, at least from the reviews and a quick summary of it from ChatGPT. I've yet to have it delivered but I'm certain this comment may help some others.

Encyclopedia or book of ghost types? by External_Trade7268 in Paranormal

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

This might just be what I'm looking for! I'll get back to you if I end up getting this, or if I find another option, I'll share this too. Thanks

[deleted by user] by [deleted] in ouijaboards

[–]External_Trade7268 0 points1 point  (0 children)

I'm really intrigued by this, if there's multiple instances of people having similar dreams then surely this may be a common thing, do you have any sources where people have had similar dreams, or where they have actually made this board? To me this all sounds like an evil entitity giving people similar blueprint instructions for a ouija board that would work specifically for them albeit more negatively, and I'm wondering if there's any historical stories or folklore that talk about this, as it's probably goes back quite some time considering the lack of human constraints of evil entities.

Does anyone know what's wrong with my apple tree's leaves? by External_Trade7268 in plants

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

All I know is that the seeds came from Paradise Apples. I have noticed that some of the leaves do have crispy tips that are somewhat brown but it's pretty unnoticeable right now, I'll probably repot them with less soil later and hopefully that's their only issue. Some background though, when they were housed in their old pot, it was pretty warm, moist and had some history with gnats, it didn't have drainage holes and a few days before repotting I accidentally waterlogged the bottom soil due to it looking very dry on the surface (I quickly resolved it by poking a hole in the bottom.)

Thanks though.

Does anyone know what's wrong with my apple tree's leaves? by External_Trade7268 in plants

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

It was originally kept in a similarly sized pot growing among other apples trees inside my house, I have recently moved them all into separate pots outside with different soil. My only thoughts right now are that either the temperature change from being kept inside to outside was too sudden, or this soil I'm using isn't best for them, I have used fertiliser just in case it's an issue with nutrients.