Hello, I need your help, it is very urgent, or I can contact you. My problem is that Roblox updated some things in the animation and changed things, such as the model in which the animation is stored. It was stored in serverstorage and It replaced it with something other than the mod...
-- Roblox services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Require module local TypeWriter = require(ReplicatedStorage:WaitForChild("TypeWriter")) TypeWriter.typeWrite(script.Parent, "Beyond this door is the Great Zorgoth...") 在Studio 中对你的游戏进行测试,文本应该在 Te...
MeshParts 通常导入 3D 模型,而不是零件直接在 Roblox Studio 中建造。 如果您使用完全纹理的 MeshPart 工作,我们建议关注中/正在关注: 使用SpecialMesh 而不是 MeshPart 。这是因为 MeshPart 的材质会覆盖脚本所涂色的颜色。 将脚本更改为修改特殊网格的颜色而不是颜色属性。 项目示例 查看此非复制锁定场景中的...
MeshPart 通常會從 Roblox Studio 直接匯入 3D 模型,而不是零件。 如果您使用完全紋理的網格零件,我們建議追蹤中: 使用特殊網格而不是 MeshPart。這是因為 MeshPart 的網格結構會覆蓋顏色被漆色的指指令碼。 將腳本變更,以修改特殊網格的顏色而不是顏色屬性。 項目範例 查看此非複製位空間的所有腳本範例。取得...