Author Topic: A RP-ish broom  (Read 1470 times)

I know we have the push broom, but what about a "normal" broom?

What I'm talking about is like a janitor has.




events

onSweep > NAMED BRICK (dirt) > disappear [5 second respawn delay]
onSweep > Client > BottomPrint > [Sweeped dirt.]


you could do this and then whenever you sweep the dirt bricks they'll disappear

or

onSweep > Client > BottomPrint [Sweeping dirt...]
onRapidSweep > NAMED BRICK (dirt) > fakeKillBrick [5 second respawn delay]
onRapidSweep > Client > BottomPrint > [Dirt sweeped!]

you could do this meaning it won't sweep unless you keep sweeping over and over again

the only reason I don't really support this is because you can just use checkProjectile like this

events on dirt bricks

onProjectileHit > Projectile > checkProjectile [Push Broom]
ifProjectile (meaning if the projectile was push broom) > NAMED BRICK (dirt) > disappear [5 second respawn delay]


only thing that makes the "normal" broom better than just using the push broom and checkProjectile is that you can use the onRapidSweep event and make better events
because it doesn't just take one sweep to clean dirt

so idk


I think he just wants it to be a prop, so people can RP they are sweeping. Someone who knows how can just take the push broom model, flip it upside-up, and change the animation to sweeping instead of spinning. It's a bad idea to add dirt to the game because it would lag and be unnecessary.

just take the push broom model
Please stop. Turn around. And get out.

Please stop. Turn around. And get out.
why? it's good enough lol

Please stop. Turn around. And get out.
It's a good idea for someone who can script but not model

Please stop. Turn around. And get out.
It serves the purpose of looking like a push broom, I don't see any problem, especially one making it worth telling me to leave the forums.


I'll gladly model a broom, but only if someone is willing to make it blockland compatible, since i have no clue how to

The push broom model has it's head flat, in RL that broom would be a piece of stuff. So if you want a broom to RP with, then you want to go closer to an actual working broom instead of a piece of stuff.

Blockland compatible, since i have no clue how to
Don't make faces with more than four sides to them, no pentagons, hexagons, etc.

I mean how to make the starfish blockhead hold it

I mean how to make the starfish blockhead hold it

Ummm a bone named mountPoint iirc, there's a lot of info on that here.