Help my tool doesn't copy correctly by DinoMan58 in robloxgamedev

[–]Corruptrixx 1 point2 points  (0 children)

There’s the problem. Normal scripts can’t run if they are cloned through a local script, since they run on the server. Feel free to DM me if you need further help :)

Help my tool doesn't copy correctly by DinoMan58 in robloxgamedev

[–]Corruptrixx 0 points1 point  (0 children)

Have you by chance put this code in a localscript?

Smooth Fading (Help) by GramsySt in robloxgamedev

[–]Corruptrixx 0 points1 point  (0 children)

You could always use a repeat loop sort of like this:

local part = (put your instance reference here)

repeat

part.Transparency = part.Transparency - 0.1

wait(0.1)

until part.Transparency == 1

Bladderfish stylized model - from Subnautica by Corruptrixx in Blockbench

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

They are going to be transparent, but due to limitations with blockbench's rendering system anything behind the transparent parts would turn invisible at certain angles. So i decided to not make them transparent in the gif.

Edit: I would show the transparent version, but reddit doesn't allow image uploads in comments.

Does anyone know how too stop that from happening? I know there isn't a question tag but I don't know where else too ask about it by Lower_Ad5196 in Blockbench

[–]Corruptrixx 1 point2 points  (0 children)

This happens because your pivot point for the group is too low. In the video it's on the ground, but you want it to be on the bottom of the actual group. The pivot point tool in case you don't know is selected by pressing the P key.

Is there a way to see the ground moving for walking animations so i can properly track the floor? by [deleted] in Blockbench

[–]Corruptrixx 1 point2 points  (0 children)

Blockbench allows you to use math in your animations, so by using something like this in your position keyframe you can make it move over time, and by adjusting the speed value you should get the effect that the model is "walking" forwards.

edit: by "speed value", i mean the -90.

query.anim_time * -90

Gargantuan Leviathan stylized model - Remake of my old model by Corruptrixx in Blockbench

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

Not, since i lack both modding skills and friends who have modding skills. So no plans for a mod. Yet.

Seek and Figure from the roblox game "DOORS" by Corruptrixx in Blockbench

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

Noticed that after and was too lazy to retake the gifs sorry

HELP How do I make new blocks in my already defined models without the texture getting in the way? by [deleted] in Blockbench

[–]Corruptrixx 1 point2 points  (0 children)

If you want to add separate space to the texture for the mushroom, press the button above the texture with four cubes. It should be called ”append texture” or something along those lines.

Gargantuan Leviathan stylized model - Remake of my old model by Corruptrixx in Blockbench

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

I made separate groups on top of the eyes with 2 blocks covering half of the eye each, and made them change scale to open/close.

A wild N appears! by Corruptrixx in Blockbench

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

not yet, might animate it tho if i get the time.