#im trying to make a part that when touched gives low gravity to the player

32 messages · Page 1 of 1 (latest)

tender dragon
#

Gravity is effected on the client, doing it on the server makes everyone have it, so make a client check instead.

grave nexus
#

how do i do that?

#

im lost rn

stable karma
#

U just have to set the model to workspace.{ur model name}

#

And u can even get player by game.Players.LocalPlayer and only check if part is touched

grave nexus
#

like this

#

istead of the normal script

#

then like this?

#

workspace instead of model

#

not thats not right

#

it doesnt work

#

i was incorrect

#

is there a certain place that i have to put the local script

#

because in the place the normal script was it doesnt work

keen geyser
#

Place it in starter character scripts or starter player scripts

#

@grave nexus

grave nexus
#

i tried putting a localscript in and it doesnt work

rigid robinBOT
#

studio** You are now Level 2! **studio

grave nexus
#

do i leave a script in the model as well as starter player scripts

tender dragon
#

no local scripts only work in the player, the character, and the starter gui

#

so you have to put them there

#

then you have to name your objwct

#

object*

#

workspace is already a thing sp

#

so

#

you dont need to set a local for it

keen geyser
#

yep

#

local scripts are onlu for the client

grave nexus
#

i would have to take them out of the model right or would this work