#what do i do ?

38 messages · Page 1 of 1 (latest)

maiden willow
#

there is no handle in my sword

#

my 2nd time trying to learn scripting this is hard

#

@waxen flicker do you know what i need to do ?

#

im just trying to make a basic sword fight

waxen flicker
#

hey!

maiden willow
#

hello

waxen flicker
#

lemme look into this

#

what seems to be the problem?

maiden willow
#

there is no handle in the sword

waxen flicker
#

so whenever a sword is used, it doesn’t pop up, correct?

maiden willow
#

so im watching a tutorial on youtube and the sword he uses has a handle part and he wrote this in the script

waxen flicker
#

if the sword is in starter gear/ wherever it is, bring it to workspace. then, create a part with collisions off + do not anchor it and name it “Handle” and put it where you want the holding place of a gear to go.

#

oh I see

#

I misread

#

sorry

#

lemme see

maiden willow
#

no problem

maiden willow
#

but my sword dont have a handle

#

so idk what to do

waxen flicker
#

possible reasonings:

  1. could be a syntax error; go back and check if anything was misspelt, specifically the name of the tool.
  2. logical error; create a handle in the gear and test again.
#

try create a handle and it should fix

maiden willow
#

oh ok ill try that

waxen flicker
#

the script is probably unable to find a handle which is why it doesn’t work

#

also, how come you asked me?

maiden willow
#

idk you were active lol

waxen flicker
#

were you the guy with the obby who I once helped?

waxen flicker
#

im not a scripter but i know some stuff ahaha

#

I hope this was able to help

maiden willow
#

😂

maiden willow
waxen flicker
#

if it doesn’t, consider finding a new script

modern ferry
#

also dont ignore red lines under your code, in line 23 you are wanting to check if attacktype is equal to "slash1", therefore you need to put "==" not "="

maiden willow
#

and no i never made tools before

modern ferry
#

I can walk you through it if you want, it's pretty simple