#Need a opinion

1 messages · Page 1 of 1 (latest)

topaz lake
#

So I learned the basics of scripting like if you showed me a NPC script I could break it down and know what every single piece of the script does but my problem is that I can't write scripts on my own like I can't think outside the box when it came to scripting and I'm wondering if any other pro scripters went through the same trouble I'm having and how they fixed it or if anyone that's learning coding and going through the same thing right now.

honest latch
#

Give a little more info

#

What do you exactly mean

#

Where did you learn btw

topaz lake
#

Sorry for late response

#

But what I mean is that I can't write scripts on my own ik how they work but I just can't build a like NPC script or a bit of script by myself

#

And I learned by watching tutorials and just really looking at other people's code

honest latch
#

When you watch tutorials you code smth using what you learned afterwards or it won’t be as effective

#

What do you mean npc script btw

topaz lake
#

Oh yea trust me when I learn something I try to use it in real code to get a grasp on it

#

And a NPC a non player character

honest latch
#

What do you mean npc script

#

There are many ways to script npcs

topaz lake
#

Ohh I just used that as reference like a basic NPC that walks around the map

honest latch
#

Alr well can you code simpler things?

#

Give me one example of a concept you learned

topaz lake
#

I can script like kill bricks, parts moving around using code, teleport systems stuff like that

honest latch
#

So you don’t have a problem with those right then give me one you don’t know how to code

topaz lake
#

Hitbox system

#

Can't make one of those

honest latch
#

Alr

#

I made a hitbox system once

#

Well do you know how to create new parts

topaz lake
#

Using code?

#

Yea

honest latch
#

The method I used was creating a part in front of a player then destroying it after

#

You know all the stuff I think you just gotta be creative

#

If you can make a kill brick then it’s easy

topaz lake
#

That's what I have to learn

#

How to be creative

honest latch
#

Well you just have to combine the things you know

glossy solstice
#

ye it sounds like you have problems breaking down complex stuff into stuff you know how to do

#

so by combining stuff you already know you can make better stuff

honest latch
#

Ye

glossy solstice
#

and vice versa by breaking down stuff you wanna learn how to make you’ll have an easier time

topaz lake
#

So like I should find a hitbox script and try to break it down?

honest latch
#

Well not exactly

short stormBOT
#

studio** You are now Level 4! **studio

glossy solstice
#

no think about how to break it down yourself

#

what do you think making a hitbox script consists of?

topaz lake
honest latch
#

Ye

#

What else

#

What would you start with

topaz lake
#

Oh yea actually making the part and making it stick to the humanoid when you do a input

#

Sumthin like that

honest latch
#

Ye

glossy solstice
#

right, so do you know how to do all of those things? if so then you just need to put it together

honest latch
#

Do you know how to use remote events?

topaz lake
honest latch
#

Ok well you should probably try those out watch brawldev he’s pretty good

topaz lake
#

Alr ty

#

Btw

honest latch
#

Np

topaz lake
#

Do you know how to use cframes

honest latch
#

Mostly yeah

topaz lake
#

Can you give me a grasp on how you understand them

honest latch
#

Cframes are just your coordinates

topaz lake
#

Ah I see more simpler then I thought

#

I usually get vector3 and cframes mixed up cause idk which ones to use and when to use in situations

honest latch
#

If you wanted to change cframes with code it would be something like placeholder.CFrame = placeholder.CFrame (your operation) CFrame.new(x,y,z)

topaz lake
#

Yea I figured that much

honest latch
#

I also mix em up sometimes

#

Anyway gtg

#

Bye