Just do MouseButton1Click:Connect() then call Animation:Play() when itās pressed
Its not working heres is my code its a localscript in a button
local AnimModule = require(game:GetService(āReplicatedStorageā):FindFirstChild(āRoUI2 Animation Moduleā));
local AnimationController = AnimModule.CreateAnimationController();
local Animation = AnimationController:LoadAnimation(āTest Animationā, script.Parent.Frame , game.ReplicatedStorage[āRoUI2 Saved Animsā].Frame.Animation);
function leftClick()
wait(1)
Animation:Play();
end
script.Parent.MouseButton1Click:Connect(leftClick)
local AnimModule = require(game:GetService("ReplicatedStorage"):FindFirstChild("RoUI2 Animation Module"))
local AnimationController = AnimModule.CreateAnimationController();
local btn = script.Parent
local Frame = script.Parent.Parent:WaitForChild("Frame")
local Animation = AnimationController:LoadAnimation("Animation", Frame, btn.Animation);
btn.MouseButton1Click:Connect(function()
Animation:Play()
end)
Here try this Just change the Frame to your location and add a button with a LocalScript
This plugin is truly genius!
Iāll use it in the future!
This plugin is underrated, it deserves more downloads!
Dudeā¦. everyone has needed this. Honestly thank you so much for this!
This is the future! People who arenāt good at scripting will be so happy this exists haha.
ROUI3 is, I believe, in the works.
This plugin has saved me so much time programming these things automatically, I mean man this thing is fantastic. Itās simply easy to use and understand but what it can do is far beyond its simplicity overall a great plugin. I wouldnāt be mad if the following RoUI plugin cost Robux. We all appreciate you and your work on this plugin!
Hi there all, Iām having issues with actually opening the editor. Iāve downloaded the module, but when I click continue the window just disappears with nothing opening. Iāve got script injections enabled, and everything, and Iāve restarted roblox studio/reinstalled the plugin more times than I can count.
Pretty sure this doesnāt work anymore. Try using TweenSequence Editor
the plugin does not seem to open after clicking continue, Please fix this the plugin is amazing, Thanks
Same issues. I hope they fix it
Sadly RoUI2 is depreacted and RoUI3 is upcoming soon. Which my tutorial wonāt work as well.
Do you have any timeframes for when itās supposed to be done?
The developer never stated when it finished, but itās in its final stages.
whenever i click continue once i select a Screen GUI the plugin just dissapears? i dont know why. i even have the module in repstorage
The module seems to be deprecated. Only option might just be to wait for the dev to launch RoUI3 I suppose.
Thank you for working hard and releasing RoUI3. I canāt believe they have unlisted and locked the post! Itās going to be invaluable to my development work.
Neither can I itās incredibly frustrating Iām trying to appeal it. According to mods it ādoesnāt seem to provide anything significant as a resource.ā