zCrxtix
(zavier)
December 8, 2020, 11:14pm
1
The frame keeps moving to the same position, I have tried other positions. This is my code:
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.KickPanel.Visible = true
script.Parent.Parent.KickPanel:TweenPosition(UDim2.new(script.Parent.Parent.KickPanel.Position + UDim2.new(0, 0, 0.833, 0)))
end)
This is what’s happening:
robloxapp-20201208-1708222.wmv (333.5 KB)
CoderHusk
(CoderHusk)
December 8, 2020, 11:15pm
2
You should really be using MP4 files, here is what it looks like future helpers
1 Like
CoderHusk
(CoderHusk)
December 8, 2020, 11:17pm
4
You probably have the kickpanel nested in a invisible frame and are moving something else, check the position of “KickPanel when it moves in the players player gui”
zCrxtix
(zavier)
December 8, 2020, 11:19pm
5
It’s not in an invisible frame, and it keeps moving to {0,0},{0,0}