What is cframe():FuzzyEq() i cannot find a single drop of information online about this keywords existance

script.Parent.CFrame = CFrame.fromAxisAngle(Vector3.new(0,2,0),1):FuzzyEq() ???

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

1 Like

Here’s some information about it in the roblox documentation.

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.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.