Due to issues in the live-update servers, actions like script bumping may not work.
Just a baseplate.
56.8k Views
317 Executions

FE Fighter R6 Reanimation

Just a baseplate.Uploaded by
1 year ago
Please login to perform these actions:

Description

Has a bunch of moves and more! (NOT MINE)

View Raw
Edited By: someoneithink Download


Comments
5
User profile picture
aleksejstarodubov0 1 year ago
is it visual?
User profile picture
GuyWhoScripts 1 year ago
W Script
User profile picture
Smile8kid 2 weeks ago
its dum* cool!
User profile picture
Smile8kid 2 weeks ago
Use = Nothing will do.
User profile picture
Smile8kid 2 weeks ago
Try this instead : local Player = game.Players.LocalPlayer local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "SMILE8GUI V2", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) --[[ Name = <string> - The name of the UI. HidePremium = <bool> - Whether or not the user details shows Premium status or not. SaveConfig = <bool> - Toggles the config saving in the UI. ConfigFolder = <string> - The name of the folder where the configs are saved. IntroEnabled = <bool> - Whether or not to show the intro animation. IntroText = <string> - Text to show in the intro animation. IntroIcon = <string> - URL to the image you want to use in the intro animation. Icon = <string> - URL to the image you want displa* on the window. CloseCallback = <function> - Function to execute when the window is closed. ]] local Tab = Window:MakeTab({ Name = "Speed", Icon = "rbx*etid://4483345998", PremiumOnly = false }) --[[ Name = <string> - The name of the tab. Icon = <string> - The icon of the tab. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only. ]] local Section = Tab:AddSection({ Name = "Walkspeed" }) --[[ Name = <string> - The name of the section. ]] OrionLib:MakeNotification({ Name = "WELCOME!!?", Content = "PLEASE Follow me on roblox and its my first script", Image = "rbx*etid://4483345998", Time = 3 }) --[[ *le = <string> - The *le of the notification. Content = <string> - The content of the notification. Image = <string> - The icon of the notification. Time = <number> - The duration of the notfication. ]] Tab:AddButton({ Name = "Walkspeed ", Callback = function() Player.Character.Humanoid.Walkspeed = 100 end
Please Login to add a comment.