Any script you want?

[Brick] 1nator
Joined 11/10/2017
Posts 11,114
07:28 AM 29/04/2023
Quote from Ordinary Imaginations , 03:11 AM 23/04/2023
An NPC that follows you around and repeats "You smell nice"
const zombie = new Bot("Zombie")

/const outfit = new Outfit()
.body("#0d9436")
.torso("#694813")
.rightLeg("#694813")
.leftLeg("#694813")

zombie.setOutfit(outfit)
/

Game.newBot(zombie)

zombie.setInterval(() => {
let target = zombie.findClosestPlayer(40)

if (!target) return zombie.setSpeech("")

zombie.setSpeech("You smell nice")

zombie.moveTowardsPlayer(target, 8)
}, 10)


[Brick] 1nator
Joined 11/10/2017
Posts 11,114
07:29 AM 29/04/2023
Quote from ChillTrips , 10:58 AM 25/04/2023
how to make nametag script player?
you dont


[Brick] 1nator
Joined 11/10/2017
Posts 11,114
07:31 AM 29/04/2023
Quote from OtterOnBrickHill , 11:22 AM 25/04/2023
missile script pleas
you just mean a projectile that destroys bricks it touches?


[Brick] 1nator
Joined 11/10/2017
Posts 11,114
07:36 AM 29/04/2023
Quote from DcBeav_NotHI , 07:00 PM 25/04/2023
They sprict for when you own a shirt you get put into a special team
for this you need to send a request to brick hill with the api for checking if a user has an item which is:
https://api.brick-hill.com/v1/user/{userId}/owns/{itemId}
you'll have to use an internet module so you'll only be able to do this with self hosting


[Brick] 1nator
Joined 11/10/2017
Posts 11,114
07:39 AM 29/04/2023
Quote from Epicly Guy , 03:36 AM 27/04/2023
a regenerating world script
the function for loading maps is Game.loadBrk()
you just call it with your brk map name every time you want to regenerate

01:43 PM 06/05/2023
gun script pretty please


[FRIEN] DcBeav_NotHI
Joined 19/02/2022
Posts 1,630
10:57 PM 08/05/2023
can I get the script to make like an all time leaderboards for kills please


[Mugen] 519825912541
Joined 29/04/2023
Posts 125
09:33 AM 24/05/2023
crash script


[BB] nisherlib
Joined 13/08/2021
Posts 8
03:25 PM 21/06/2023
could you make a script with customizable text that puts up random sentences/words every 5-10 minutes? its kinda complicated i know, but i need it if i wanna make this one game


[BB] nisherlib
Joined 13/08/2021
Posts 8
03:33 PM 21/06/2023
Quote from nisherlib , 03:25 PM 21/06/2023
could you make a script with customizable text that puts up random sentences/words every 5-10 minutes? its kinda complicated i know, but i need it if i wanna make this one game
nevermind ignore this i just did it

1 2 3 4 5