#Coin pickup

1 messages · Page 1 of 1 (latest)

main falcon
#

I made it so coins move towards the player in a certain range, but the coin doesn't disappear when i touch it it kinda hovers on top of my body for like half a second then disappears

half flax
#

do you mind sending your code too?
it would help a lot to finding why this is happening

alpine lily
#

^

main falcon
half flax
#

the task.delay(1) part makes it dissapear after some time

main falcon
true dockBOT
#

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

main falcon
#

ill show a clip rq

half flax
#

it could also be a ping issue. if your ping is high enough, the coin moving on the actual server is gonna be a bit more delayed than what it looks on ur screen (client-side) due to the ping causing slower requests, and that means the touched script is gonna look like its firing late on ur screen.

#

honestly i dont even notice anything wrong in the clip u sent me lol

main falcon
half flax
#

how much ping do u play on?

main falcon
#

it's worse with multiple coins

half flax
#

it probably is a ping related issue then

main falcon
#

my pings around 20-30

half flax
#

is the coins CanCollide off?

main falcon
#

yea

#

wait i fixed it