you should try adding selectionboxes to all those parts, it might look good with edges
Could I have that place file? I would like to mess around with it.
Um… That’s not the kind of vault door you would put right there… Where’s the wall that holds the door? I think you need to think about this kind of vault more:
Harambe is looking for revenge!
Hey Can you make it 1920x1080 so I can have a good ROBLOX wallpaper? That looks great.
Only can you also make it a white tint so that it can be edited to have different tints per preference in photoshop?
There is a cylinder wall behind the vault door.
If you properly UV-Map your guns you’ll be able to make a texture that preserves the detail of the gun even with the camo applied, by baking it (And why not adding a few wear elements etc). You’ll also be able to make way more interesting camos than a repeating ticket texture.
Off-Topic: Does anyone else have an issue with going into fullscreen with embedded videos on this forum software? Mine just makes the topic scroll back to a random point and doesn’t do full screen.
Yes!!!
I’ve the same problem
This is a known Discourse issue. Their staff aren’t sure how to fix it though.
Already doing that.
Making costume unboxing animations (click it if it doesn’t play, it’s a gif)
That’s awesome! Do you think maybe it’d be better if you had the actual costume come out and spin in 3D so players could see all of it? You could still keep the white background.
I’ll think about it, thanks
Forgot about this old thing I modeled a while back in Maya. (Oh how I wish I could get another license for Maya, I suck with Blender)
I heard some rumors about user-made hats now that user Meshes are a thing, any truth behind that?
Yes. Save it as an FBX and click the MeshId property of a MeshPart to upload.
EDIT: misread as just meshes, not hats as meshes.
UGC (User Generated Content) is going to be coming soon™ for hats. No particular date was given at RDC.
Just something fun:
local res = Compiler.compile([===[
package testing;
import a.b.c;
public class Banana {
public static Banana test = new Banana(1);
public String main(String[] test) {
print("hi");
}
}
]===])
print("res:",res)
print_table(res,"","res")
res: table: 7C7AD0B0
- classes
- testing.Banana
- fields
- 1
- type = "Banana"
- name = "test"
- static = true
- default
- 1 = "callConstructor"
- 2 = "Banana"
- 3
- 1
- 1 = "constant"
- 2 = 1
- access = 0
- access = 0
- path = "testing.Banana"
- name = "Banana"
- methods
- 1
- arguments
- 1
- 1 = "String[]"
- 2 = "test"
- name = "main"
- access = 0
- static = false
- result = "String"
- body
- 1
- 1 = "callFunction"
- 2 = "print"
- 3
- 1
- 1 = "constant"
- 2 = "hi"
- importedClasses
- 1 = "a.b.c"
- package = "testing"
- natives