This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local localScript = Instance.new("LocalScript") | |
local stringValue = Instance.new("StringValue") | |
local animation = Instance.new("Animation") | |
local stringValue1 = Instance.new("StringValue") | |
local animation1 = Instance.new("Animation") | |
local stringValue2 = Instance.new("StringValue") | |
local animation2 = Instance.new("Animation") | |
local numberValue = Instance.new("NumberValue") | |
local animation3 = Instance.new("Animation") | |
local numberValue1 = Instance.new("NumberValue") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model = Instance.new("Model") | |
part = Instance.new("Part") | |
attachment = Instance.new("Attachment") | |
vector3Value = Instance.new("Vector3Value") | |
vector3Value1 = Instance.new("Vector3Value") | |
attachment1 = Instance.new("Attachment") | |
vector3Value2 = Instance.new("Vector3Value") | |
meshPart = Instance.new("MeshPart") | |
wrapTarget = Instance.new("WrapTarget") | |
attachment2 = Instance.new("Attachment") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model = Instance.new("Model") | |
part = Instance.new("Part") | |
specialMesh = Instance.new("SpecialMesh") | |
vector3Value = Instance.new("Vector3Value") | |
decal = Instance.new("Decal") | |
attachment = Instance.new("Attachment") | |
vector3Value1 = Instance.new("Vector3Value") | |
attachment1 = Instance.new("Attachment") | |
vector3Value2 = Instance.new("Vector3Value") | |
attachment2 = Instance.new("Attachment") |