IVIICHAELxx
IVIICHAELxx
CC#
Created by IVIICHAELxx on 3/9/2024 in #help
How can I fetch identical strings concatenated with 1 and so on at the end through this dictionary
I'm only doing this because roblox has trouble identifying things if they aren't named a specific name this should work would this work?
foreach(var att0 in someDictionary.Where(x => x.Key.StartsWith("keyframe_rope"))
{
// do something with the key/value pair "result" here.
}
foreach(var att0 in someDictionary.Where(x => x.Key.StartsWith("keyframe_rope"))
{
// do something with the key/value pair "result" here.
}
foreach(var att1 in someDictionary.Where(x => x.Key.StartsWith("keyframe_rope"))
{
// do something with the key/value pair "result" here.
}
foreach(var att1 in someDictionary.Where(x => x.Key.StartsWith("keyframe_rope"))
{
// do something with the key/value pair "result" here.
}
10 replies
CC#
Created by IVIICHAELxx on 3/9/2024 in #help
How can I fetch identical strings concatenated with 1 and so on at the end through this dictionary
I need to make it so I can identify both att0 and att1
10 replies
CC#
Created by IVIICHAELxx on 3/9/2024 in #help
How can I fetch identical strings concatenated with 1 and so on at the end through this dictionary
yes
10 replies
CC#
Created by IVIICHAELxx on 2/24/2024 in #help
Adding a function to my program that grabs all files of file extension and looping through it.
No description
4 replies
CC#
Created by IVIICHAELxx on 7/15/2023 in #help
❔ Help adding onto a discontinued project called Source2Roblox
7 replies
CC#
Created by IVIICHAELxx on 7/15/2023 in #help
❔ Help adding onto a discontinued project called Source2Roblox
Ill send you my build of source2roblox its 17 mb
7 replies
CC#
Created by IVIICHAELxx on 7/15/2023 in #help
❔ Help adding onto a discontinued project called Source2Roblox
as y ou see you can stretch the overlay however you want based on the points and I want it to replicate that effect to Roblox
7 replies
CC#
Created by IVIICHAELxx on 7/15/2023 in #help
❔ Help adding onto a discontinued project called Source2Roblox
i need help adding faces and vertices to the overlay so it can make overlay sizes based on the uvpoints vector3
public Vector3[] uvpoints = new Vector3[4];
public Vector3[] uvpoints = new Vector3[4];
7 replies