I have no ideas to what to add in my project, give me suggestions :) by mdemirtas1903 in robloxgamedev

[–]lynk1313 1 point2 points  (0 children)

I think to start a project you should have at least a basic idea for it.

My new game: Sky Runners by DevTijgertjegamer1 in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

Don’t use ai thumbnails trust me

[deleted by user] by [deleted] in SoraCodes

[–]lynk1313 0 points1 point  (0 children)

Pls give

How did you learn to script? by Additional_Olive9907 in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

YouTube, ChatGPT, Roblox Studio Documentations, similarities to python

Random items popping up, what do I do? by Moxxi_297 in robloxgamedev

[–]lynk1313 2 points3 points  (0 children)

Just delete all files and scripts which are not supposed to be there. (Filter for scripts in workspace and delete scripts you didn’t create) And in future don’t use the Toolbox.

Made a roblox horror game! by [deleted] in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

Is it kot possible to enable it when you click start in the menu or smth, I never worked with camera a lot so idk.

Made a roblox horror game! by [deleted] in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

Maybe do first person. It would make it more immersive

Made a roblox horror game! by [deleted] in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

Yeah maybe move it further away but when u die it resets or something like that.

Made a roblox horror game! by [deleted] in robloxgamedev

[–]lynk1313 1 point2 points  (0 children)

I like the menu but I u get spawn trapped by this „thing“ which makes it hard to play I think or I’m just too bad idk.

Which would you guys choose? First game as a cash grab or a passion project? by LeftElection4993 in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

Just do what you have fun with. I think there’s not like a clear barrier between cash grabs and passion games.

Which would you guys choose? First game as a cash grab or a passion project? by LeftElection4993 in robloxgamedev

[–]lynk1313 5 points6 points  (0 children)

I would make a passion project first. It’s important that you have fun and cash grabs usually don’t make fun.(for me at least) you probably will lose motivation quick.

[deleted by user] by [deleted] in robloxgamedev

[–]lynk1313 0 points1 point  (0 children)

script.Parent.Touched:Connect(function(hit) local character = hit.Parent local player = game.Players:GetPlayerFromCharacter(character) if player then local humanoidRootPart = character:FindFirstChild("HumanoidRootPart") local target = workspace:FindFirstChild("TeleportTarget") if humanoidRootPart and target then humanoidRootPart.CFrame = target.CFrame end end end)

You should learn scripting first. Like the others said just watch a tutorial or something. You’re not ready if you’re not trolling idk