Remingling
(Remingling)
August 27, 2022, 3:51pm
#1
Hey! I had a really cool idea of remaking a childhood game I played a lot, this game requires you to drag food and I want to make it look as smooth as in the original game. If you know any open source scripts that can do this please tell me
Heres a video of what i’m looking for
Katrist
(Katrist)
August 27, 2022, 3:56pm
#2
Try using this to drag the uis:
TransformGUI
Documentation • Repository • Test Place
A simple, easy to use module for creating draggable and resizeable GUIs
Get Started To start, insert <a href="https://github.com/itsajhere/transformgui/releases" rel="noopener nofollow ugc">this</a> module into your game, I recommend putting it in ReplicatedStorage.
Create a ScreenGui inside StarterGui with a Frame inside. Create a LocalScript and add the following code:
local TransformGui = require(game.Repli…
1 Like
Remingling
(Remingling)
August 27, 2022, 3:59pm
#3
What about dragging parts? charlim
Katrist
(Katrist)
August 27, 2022, 4:06pm
#4
If you’re dragging real parts instead of the UI in the video, you’re going to have to use some sort of custom method. It shouldn’t be too hard to do.
I just found a tutorial on it:
1 Like
Forummer
(Forummer)
August 28, 2022, 2:09pm
#5