#Wild confusing issue

224 messages · Page 1 of 1 (latest)

tacit wind
#

@manic mango

#

This is it.

#

I suggest you read the first message then watch the video.

manic mango
#

I dont get whats happening

tacit wind
#

The video gives you mroe of an understanding

#

What you mean like you don't understand the problem or you don't understand how to fix it.

manic mango
#

the problem

tacit wind
#

Right well

#

To keep the background moving with the gyro part.. I made it go in a loop to constantly move it to the gyro

willow sorrelBOT
#

studio** You are now Level 3! **studio

tacit wind
#

So that's the script

#

That's all it's doing

#

But my problem

#

Is it won't actually move with the gyro, Unless these conditions are met

#
  1. I am running the " Current: Server " mode.
  2. I have tabbed out and back in.
#

Once I do those two steps IN ORDER

#

It starts working.

manic mango
#

wdym "tabbed out and back in"

tacit wind
#

I have a second monitor

manic mango
#

I get why it only works on server thats obvious

tacit wind
#

So I move my mouse over, Start a video or something. then move it back on then try

#

Wait.

#

Right.

#

Never mind I was incorrect about my original theory

#

It will only work, If I move the gyro, Click off then move it again.

manic mango
#

right

#

I thought so

tacit wind
#

I was thinking why would being on a different monitor make a difference

manic mango
#

anyway first of all dont use a while wait do loop

tacit wind
#

What should I use instead?

manic mango
#

idrk if it will change anything but it will be more optmised

tacit wind
#

Yeah definently.

#

What should I use?

manic mango
tacit wind
#

Okay let me do that now and see if anything changes

#

Nope, Still does it. I mean lag reduce but other than that nothing different

#

And I can't use setprimarypartcframe because for some reason every time I select a primarypart it deselects

manic mango
#

maybe try changing it with a script

tacit wind
#

?

manic mango
#

the position of the gyroscope

#

change it with a script

tacit wind
#

Okay, I'll make a button that moves it

manic mango
#

and make sure its a server script

manic mango
#

Gyroscope:GetPropertyChangedSignal("Position"):Connect(function()

end)

tacit wind
#

Huh

#

How woudl that work.

manic mango
#

PropertyChangedSignal isnt a thing

#

GetPropertyChangedSignal is

#

I forgot the "Get"

tacit wind
#

I didn't copy and paste it

#

I just manually typed it in dw

manic mango
#

kk

#

huh

tacit wind
#

?

manic mango
#

I thought :MoveTo() only worked on Humanoids

tacit wind
#

No it works on all

manic mango
#

even on parts?

#

wow

#

never knew

tacit wind
#

Yeah I'm using a button WITH a server script and it isn't working.

#

But when I click off and back on it still work again

manic mango
tacit wind
#

You doing .

#

Do :

manic mango
#

oh wait

tacit wind
#

?

manic mango
#

that doesnt work either

tacit wind
#

Do while true do instead?

#

Or while wait() do end

#

@everyone

#

Oops

#

Wrong server haha

manic mango
#

it works with models

#

not with baseparts

tacit wind
#

Yeah, I'm doing a model

#

I'm moving a model

manic mango
#

yea I saw that

tacit wind
#

Should've said that sorry.

manic mango
#

anyway I found out smthn new

#

thanks

#

;P

tacit wind
#

Anytime, But now how do I get my thing to work.

#

It has to have something to do with updating the Gyro

manic mango
#

u tried changing it with a script?

tacit wind
#

Yeah, It's always been a Server.

#

And I tried using a button

#

None of that worked

#

I would like to try and do :GetPrimaryPartCFrame

#

But it won't let me select a primary part / gyro

#

Why do you think it won't let me select a primary part?

manic mango
#

wait

#

try storing the gyro inside the model

#

inside the background

#

do that

tacit wind
#

But the Gyro will move with the back ground putting it in a movement loop

#

Wait.

willow sorrelBOT
#

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

tacit wind
#

I see what you eman

#

Let me try

#

Hey it works now

manic mango
#

yup

#

knew it

#

I doubt you even need this script now

tacit wind
#

Let's hope this works

manic mango
#

just set the primary part of the model to the gyro

tacit wind
#

Yes I did that?

#

So should I still use move to?

manic mango
tacit wind
#

I'm just fixing some stuff just wait.

manic mango
#

I just realised it after I did a test:

  1. I took a model with spawn location and baseplate outside the model in workspace and set the primary part of the model the baseplate, I moved the baseplate but the model didnt move
  2. Then I placed the baseplate inside the model and set the primary part to baseplate again and then I moved the baseplate and the model moved with it
tacit wind
#

Do I use move to or setprimarypartcframe

#

Now I just can't move the Gyro,.

#

There is an error

manic mango
#

hmm

#

how about you..

#

delete that script

#

or well

#

disable ti

#

disable it and try

tacit wind
#

Now the Gyro can move but the model doesn't move with it.

manic mango
tacit wind
#

Wait, So It's a script issue.

tacit wind
#

You can see the script too and the primary part

manic mango
#

try ig maybe switch back to uh

#

while task.wait() do

tacit wind
#

Okay.

#

Well.. Give me a second to type all this. But.

#

When I use the button, The Gyro moves.

#

When I use the Current: Server to move it. It moves then flicks back to where it previously was when I used the button.

#

The model doesn't move at all during these actions

manic mango
tacit wind
#

Yes.

manic mango
#

huh

manic mango
tacit wind
#

Wait.

#

It could be because of this, This will sound a bit confusing so I'm hoping you understand this.

#

So in a model all the parts move together if you move the model it'sself correct?

#

So, If we move the model the gyroscope inside will follow with it

#

That's our problem

#

Everytime we move our gyro our model follow with it, But the our gyro gets reset so it goes back because it on a while wait()

#

Do you think that has anything to do weith it/

#

Wait, Forget all that.

#

I fixed it, Idk how but I fixe dit. The gyro moves freely, But the model still doesn't follow.

#

Wait

#

Fixed it

#

Got it working

manic mango
#

alright so

tacit wind
#

Lets go!

manic mango
#

.

#

good

#

what was the problem

tacit wind
#

All I did, Was move the Gyro out of the model then set the primary part back to it and boom

#

I don't know why it wasn't working PP wise before.

#

PP - Priamry prat

manic mango
#

wtf

#

anyway

#

great

tacit wind
#

Yeah ig

manic mango
#

I clearly lack expirience in models

#

I dont use them at all tbh

tacit wind
#

We both do 😭

#

Now I have to implement your Take away the gyro hight from the ground hight

#

Well, New issue.

#

I implemented your idea.

#

It works, But. A tiny be too much

#

It goes way out of it path

manic mango
#

like

#

it has a LOT of digits

tacit wind
manic mango
#

??

tacit wind
#

I tihnk you can see what I mean

#

You see where it is ment to be

#

And you can see where it is

#

It looks liek a sliding door for a glory hole

manic mango
#

what are you trying to do

tacit wind
#

I need that exact thing to happen

#

Just much more smaller

#

It has to stay within the attitude holder

manic mango
#

i dont get what ur tryna do

#

;P

tacit wind
#

Do you see in the screenshot I sent

#

The background is way off

manic mango
#

right but why are you trying to move it?

tacit wind
#

This is what it normally looks like

tacit wind
manic mango
tacit wind
#

No, You move the plane.

#

I haven't even stated this but I am making a plane game.

willow sorrelBOT
#

studio** You are now Level 5! **studio

tacit wind
#

This is an attitude indicator for that.

manic mango
#

ik but like-

#

ok nvm

manic mango
#

like none

tacit wind
#

What don't you understand, What I'm talking about or why it's up there

manic mango
#

nope

tacit wind
#

Neither?

manic mango
#

None

tacit wind
#

😭

#

Before you said to display the pitch of the plane I should take the heigh of the gyroscope from the depth of the ground

#

So Gyro.Position.Y - game.Workspace.Baseplate.Position.y

manic mango
#

right

#

so?

tacit wind
#

But that is what is shooting it up in the air

#

I need that to happe nless

#

Like it still does the same thing but it doesn't put it up as much

manic mango
#

huh

#

how is that doing anything

#

gyro scope will be on the plane right?

tacit wind
#

I gotta go to sleep.

manic mango
#

kk

#

bye

solemn elm
#

also use ```lua
task.wait()

![KissCowboy](https://cdn.discordapp.com/emojis/608422082635890719.webp?size=128 "KissCowboy")
tacit wind
#

I'm going to remake the system, I'm going to use motors instead.