Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How to make a mini boss and boss? [closed]

Asked by
Lopous 1
7 years ago

I want to make a mini boss/boss, not just any, but like the boss/mini boss have their moves that they active in random. They can jump, roll, etc. They're pretty smart, pretty hard, etc.

If someone knows how to do this, then let me me know, kthnx.

Closed as Not Constructive by TheHospitalDev, Thetacah, and Perci1

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

I don't know how to script this exactly but, If you want to kinda cheat you can take a free model like drooling zombie, You can change the clothing on it and the audio sounds, Than you can add animations that are activated randomly, If you don't want randomly you can work on it a little for Smart AI like path control and such with vector3, And than when you are done there are model resize Plugins like one I have and you can size him down or up to be a boss or a mini king boss :D, You can get scripts for what I am talking about if you ask SH or go around Roblox Wiki and such, Most of it is very easy, Path Control and Intelligent AI is hard and takes a while, You can also copy parts off of the drooling zombie or others onto a new Humanoid you make to make it more homemade and add your own animations via doing the correct thing roblox wiki tells you to do than this small script:

local animTrack = Humanoid:LoadAnimation(animation)
animTrack:Play()

Hope I helped, Sorry for the reputation points.

Ad
Log in to vote
0
Answered by 7 years ago

We are NOT here to just make you this. However, I'll explain the steps.

Step 1: Make a model that looks like a boss
Step 2: Make the model chase humanoid
Step 3: Make animations and load it onto the boss character at random, once close enough
Step 4: Make a damage script
Step 5: Put it in lighting or ReplicatedStorage
Step 6: Make a script that clones the model onto the map

After trying that, if you make any errors, post them and we can try helping you. We won't make you an entire model and everything, no one is that nice. We help, not make.