#How To Turn My Model Into A Mesh Part Without Removing The Colors
40 messages · Page 1 of 1 (latest)
I just made mine with parts so idk how I could do it differently to get it to work
When I make it into a mesh part it just turns it white
but I want it to have the regular colors
@wary glen mesh parts require textures to not be white
I recommend learning blender if you want to use meshes
i can't use blender cause too laggy
If it’s a smaller project then you can always get away with just rigging the model
Well it's just a handle type thing for a sword like the design part but
The only other way I can do it is with two meshes and I put them together but
Idk how I'd get that to work for a sword script
Since it would have two parts
I used an intel pentium silver with inter grated graphics when I first learned blender it’s not that heavy
I tried to make it a union as well but for some reason it like wouldnt support unions for the script
so idk
Did you try rigging it?
Make the model’s PrimaryPart the handle
Must be cause script I was using
Unanchor everything except for the handle
Then weld everything to the handle with weldconstraints
Then all you’ve to do for the script itself is just add animations and sounds basically
It worked this time when I made it a union I just got this one error in my script that I don't get
Swing = 13265730598
}```
It says it expected a identifier when parsing expression, got =
tysm for your help btw 🙂
** You are now Level 17! **
[“Swing”] =
["Swing"] = 13265730598
Like this or
when i did it it gave some error on the =
the thing
made emoji
the =
that part is for a different part in the script
if not tool.Enabled or not ToolEquipped or not CheckIfAlive() then
return
end
tool.Enabled = false
Damage = DamageValues.BaseDamage
local SwingAnim = (tool:FindFirstChild("Animation") or Create("Animation"){
Name = "Swing",
AnimationId = BaseURL .. Animations.Swing,
Parent = tool
})
tool.Enabled = true
end```
this script is based off the script from roblox's classic sword
and they did it in that way but when i did it, it failed
actually just found out it was the classic sword script