Fix bug with CFrame.Position

._.
This commit is contained in:
Max
2022-06-13 17:12:27 -05:00
parent 62a15ff940
commit 39b56b12ee
3 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,5 @@
// Auto-generated list of creatable Roblox classes.
// Updated as of 0.529.1.5290370
// Updated as of 0.530.0.5300290
using System;
@ -3772,14 +3772,6 @@ namespace RobloxFiles
public bool CustomizedTeleportUI;
}
public class TemporaryCageMeshProvider : Instance
{
public TemporaryCageMeshProvider()
{
IsService = true;
}
}
public class TemporaryScriptService : Instance
{
public TemporaryScriptService()

View File

@ -1,5 +1,5 @@
// Auto-generated list of Roblox enums.
// Updated as of 0.529.1.5290370
// Updated as of 0.530.0.5300290
namespace RobloxFiles.Enums
{