Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

shysolocup/Rented-Noisai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rented Noisai

this repo contains and explains the code behind the AI from the Roblox game Rented

local Noisai = require(workspace.Noisai);
local char = workspace.chars.Character


local bot = Noisai.new(char);


bot.Moving:Connect(function(origin, to)
    print("successfully moved from "..origin.." to "..to)
end)


bot.Stuck:Connect(function(origin, to)
    print("got stuck trying to move from "..origin.." to "..to)
end)


bot.Watched:Connect(function(cam)
    print("watched on camera "..cam)
end)


bot.Jumpscaring:Connect(function()
  print("jumpscared player")
end)


bot:Start()

About

information about the ai in the roblox game Rented

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages