Is there an easier way to make a size sequence goal higher than 10?

inputting the last keypoint to 15 reverts back to 10


I tried executing a code in command bar for the last keypoint to be 15 and it works

game.ServerStorage.ExplosionParticles.Dust.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,7.5),NumberSequenceKeypoint.new(1,15)})
print(game.ServerStorage.ExplosionParticles.Dust.Size) -- 0 7.5 0 1 15 0 

problem is i dont want to code it out and just manually edit it visually, any help?

I do not believe that you can go higher than 10. To what it looks like, 10 is the highest it can go.

1 Like

I had this issue a while back. From what I remember, you can only do it with a script, unfortunately

1 Like

Found a plugin for this as an alternative, thanks @CodinGlitch! :slight_smile:

4 Likes