getscripthash
Parameters
Example
local ScriptHash = getscripthash(game.Players.LocalPlayer.Character.Animate)
print(ScriptHash) -- Should return a non-changing SHA384 hash in hex representation
print(getscripthash(Instance.new("LocalScript"))) -- Output: nilLast updated