r/ROBLOXStudio

🔥 Hot ▲ 61 r/ROBLOXStudio

is there any way to add stylized sharpness to my game's graphics like this?

second image is what it normally looks like

u/rilleryeah — 20 hours ago

How to make my building better?

Hello! So, i'm working on a Robbery type of animation series inside Roblox Studio, And this is the bank, that i'm gonna use in the first scenes, and i just wanna know, how can i make it look better? (Sorry for bad english)

u/DarkSideAzIgaziYT — 3 hours ago

How do I make cutouts?

Just to preface, I’m new to blender and Roblox studio - I’m still trying to learn the ropes but I thought I’d ask on here because it’s been driving me up the wall.

I want to make cutouts but I’m unsure how to go about this. I’ve played around a bit with blender and Roblox studio, but have been unable to figure out how to make it work.

Every time I export the cutout from blender (looks fine from there and tweaked settings to see if it would help), it comes up with a black box background in the studio. I tried to go from roblox studio instead and uploaded a decal to a part thing and turned down transparency so only the decal was visible. The problem with this method is that I’m not sure how to get it double-sided and give it a little bit of thickness at the side like how cutouts are (as opposed to being able to do that within blender).

I can’t seem to find much at all on tutorials about how to go about this (I’ve had a bit of luck with similar videos), so I thought I’d ask you guys! It would be a huge help if someone could let me know how to do this.

reddit.com
u/katkatto — 10 hours ago

WHY CANT MY RIG CLIMB???

So the problem is i cant make the rig to climb and i looked everywhere but nothing has worked. If anyone knows or can help me please tell me.

These are the things i already tried:

  • made the humanoidrootpart bigger
  • changed hipheight (made it higher)
  • turned off cancollide on everything except humanoidroot part (noticed torso get auto cancollide = true)
  • turned off cancollide on everything except torso part

Idk if this script has anything to do with it but here

local character = script.Parent
local humanoid = character:WaitForChild("Humanoid")
local animator = humanoid:WaitForChild("Animator")
local UIS = game:GetService("UserInputService")

local function load(anim)
if not anim or not anim:IsA("Animation") then return nil end
local track = animator:LoadAnimation(anim)
track.Priority = Enum.AnimationPriority.Movement
return track
end

local walkTrack = load(script:WaitForChild("Walk"))
local jumpTrack = load(script:WaitForChild("Jump"))
local fallTrack = load(script:WaitForChild("Fall"))
local climbTrack = load(script:WaitForChild("Climb"))
local sitTrack = load(script:WaitForChild("Sit"))

if walkTrack then
walkTrack:AdjustSpeed(2)
end

humanoid.WalkSpeed = 25

local currentState = nil

local playing = {
walk = false,
jump = false,
fall = false,
climb = false,
sit = false
}

local function stopAll(except)
for name, track in pairs({
walk = walkTrack,
jump = jumpTrack,
fall = fallTrack,
climb = climbTrack,
sit = sitTrack
}) do
if name ~= except and track and track.IsPlaying then
track:Stop(0.15)
playing[name] = false
end
end
end

local function cancelSit()
if sitTrack and sitTrack.IsPlaying then
sitTrack:Stop(0.15)
playing.sit = false
end
end

local function isGrounded()
return currentState ~= Enum.HumanoidStateType.Freefall
and currentState ~= Enum.HumanoidStateType.Jumping
end

game:GetService("ReplicatedStorage").RemoteEvents.Sit.Event:Connect(function()
if humanoid.MoveDirection.Magnitude > 0
and humanoid:GetState() ~= Enum.HumanoidStateType.Seated then
return
end

if sitTrack then
stopAll("sit")
cancelSit()
sitTrack:Play(0.1)
playing.sit = true
end
end)

UIS.InputBegan:Connect(function(input, gp)
if gp then return end

if input.KeyCode == Enum.KeyCode.F then
if humanoid.MoveDirection.Magnitude > 0
and humanoid:GetState() ~= Enum.HumanoidStateType.Seated then
return
end

if sitTrack then
stopAll("sit")
cancelSit()
sitTrack:Play(0.1)
playing.sit = true
end
end
end)

humanoid.Jumping:Connect(function()
cancelSit()

if not jumpTrack then return end

stopAll("jump")

if not playing.jump then
jumpTrack:Play(0.1)
playing.jump = true
end
end)

humanoid.StateChanged:Connect(function(_, newState)
currentState = newState

if newState == Enum.HumanoidStateType.Freefall then
task.delay(0.15, function()
if humanoid:GetState() == Enum.HumanoidStateType.Freefall and fallTrack then
cancelSit()
stopAll("fall")

if not playing.fall then
fallTrack:Play(0.1)
playing.fall = true
end
end
end)
else
if fallTrack and fallTrack.IsPlaying then
fallTrack:Stop(0.15)
playing.fall = false
end
end

if newState == Enum.HumanoidStateType.Climbing then
print("CLIMBING")

cancelSit()

if climbTrack then
stopAll("climb")

if not playing.climb then
climbTrack:Play(0.1)
playing.climb = true
end
end
else
print("NOT CLIMBING")

if climbTrack and climbTrack.IsPlaying then
climbTrack:Stop(0.15)
playing.climb = false
end
end
end)

humanoid.Running:Connect(function(speed)
local moving = humanoid.MoveDirection.Magnitude > 0.05

if moving then
cancelSit()
end

if not walkTrack then return end

if moving and isGrounded() then
if not playing.walk then
stopAll("walk")
walkTrack:Play(0.1)
playing.walk = true
end

walkTrack:AdjustSpeed(1.7)
else
if walkTrack.IsPlaying then
walkTrack:Stop(0.15)
playing.walk = false
end
end
end)
u/Designer-Key-9687 — 3 hours ago

roblox thumbnails

Hiii! I wanted to share my thumbnails

If you have a game that needs one, feel free to message me!!!

u/jeritouu — 1 day ago
▲ 27 r/ROBLOXStudio+1 crossposts

How i find beta testers for my game?

My game is almost ready but i need beta testers, where is the best place to find?

u/Temporary-Bar5986 — 1 day ago

I’m sorry to ask this but…

How do games like Mega Lobby make their lightning pop like this? The entire game almost feel like candy. All the colors are popping.

u/llanthony401 — 2 hours ago

Do you guys have any tips for Roblox studio? I’m new

I’ve been getting into Roblox studio after getting somewhat good at coding, I need help so I can progress easier, do you guys have any tips?

reddit.com
u/Electronic_Bobcat234 — 6 hours ago

How do i reset the rig?

I posed him for a render i was working on but the copy I made for him was deleted…

u/Interiaa — 22 hours ago

How tf am I supposed to flip something in a game.. that doenst have that option

Im building an anime like rig but theres a problem

u/colin004 — 1 day ago

Bacalan Grandstand Complex Square (I made a North korea version like staging area) (NOT FOR GAMEPLAY)

I use North Korean architecture to make a parade stand

All structural buildings are made by me

I made a working DMX using Roblox Generate AI

u/KentBacalan — 17 hours ago

Scripting help

Im trying to make a game on roblox sstudio where you go around a map and press 7 buttons to open the exit, i was looking around on the internet for a while and i found one that i thought would work but it seems like it doesnt anybody know what i can do?

u/D0GG0K1NG142 — 2 days ago

My rig only works in moon animator but not in roblox clip editor, is it because my rig is buns?

I had to rerig it before because it wasnt working in moon animator either, but now it's still just not working with the clip editor but works fine in moon animator, what do I do??

u/Specialist-War977 — 7 hours ago

Hair problem

So i was making my game and out of nowhere my hair is at the level of my hip instead on the head. on other places i made hair is normal. all my codes seems to be normal. what is the problem? on the roblox my hair is also normal.

u/OddTelephone4416 — 9 hours ago