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.”