thats just an example i know its a builtin method of CFrame.new() i just have no idea how it’s used i even asked chat gpt and it said it’d never heard of the method before “given chat gpt last update was 2022” but even a quick google search returns nothing
if you ask robloxs lua assistance it just says the following I’m sorry, as a Roblox assistant, I can only provide guidance on how to write Lua script.
i know the syntax’s is something like :FuzzyEq(CFrame.new(30,0,0),4) a cframe and then a number
The function evaluates if one vector is approximately equal to another vector. The second argument of this method determines how big the approximation is.
The use cases you provided are not how you’re supposed to use this method. This method returns a boolean value (true/false). It cannot be used in CFrames.