Just a Krystal dance hub that I made
-- RAYFIELD hub fixed now it works try it
-- Load Rayfield
local Rayfield = loadstring(game:HttpGet(\"https://sirius.menu/rayfield\"))()
-- Window
local Window = Rayfield:CreateWindow({
Name = \"Krystal Dance scripts\",
LoadingTitle = \"Krystal Dance hub\",
LoadingSubtitle = \"Rayfield UI\",
ConfigurationSaving = {
Enabled = false
},
KeySystem = false
})
------------------------------------------------
-- TABS
------------------------------------------------
local ScriptsTab = Window:CreateTab(\"Scripts\", 4483362458)
local TrollTab = Window:CreateTab(\"Troll\", 4483362458)
local FPSTab = Window:CreateTab(\"FPS Tools\", 4483362458)
local SettingsTab= Window:CreateTab(\"Settings\", 4483362458)
------------------------------------------------
-- SCRIPTS TAB
------------------------------------------------
ScriptsTab:CreateButton({
Name = \"CurrentAngle V4\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-CurrentAngle-V2-Full-axis-reanimate-43351\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Oxide Giant Dance (USE Epik R6 dance only)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Krystal-dance-v3-giant-dance-1-47440\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Krystal Dance V2 Original (Very Old)\",
Callback = function()
Rayfield:Notify({
Title = \"Notice\",
Content = \"This script is very old and may not work.\",
Duration = 4
})
end
})
ScriptsTab:CreateButton({
Name = \"Oxide Reanimation (Free Rig)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Oxide-Reanimate-Free-Version-NEW-72922\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Epik R6 Dancezz (HAT Reanimate Only)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Epik-R6-Dancezzz-Hat-Reanim-46907\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Epik R6 Dancezz (Limb Reanimation)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Epik-R6-Dancezz-42246\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Krystal Dance V4 (Working)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Krystal-Dance-V4-Modded-By-Mizu-58181\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Krystal Dance V3 tool version (NOT WORKING)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Just-a-baseplate.-Krystal-Tool-Dance-V3-By-Theo-45046\"))()
end
})
ScriptsTab:CreateButton({
Name = \"Krystal Dance v3 (clientsided)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-FIXED-Krystal-Dance-V3-48682\"))()
end
})
ScriptsTab:CreateButton({
Name = \"delta keyboard (optional for Krystal dance)\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Delta-keyboard-cracked-by-Ata-27431\"))()
end
})
------------------------------------------------
-- TROLL TAB
------------------------------------------------
TrollTab:CreateButton({
Name = \"FE Ragdoll\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-testingtrashcode-46515\"))()
end
})
TrollTab:CreateButton({
Name = \"Zee Hub\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Zee-Hub-v5-38317\"))()
end
})
TrollTab:CreateButton({
Name = \"random script\",
Callback = function()
loadstring(game:HttpGet(\"https://rawscripts.net/raw/Universal-Script-Wally-West-Roblox-51462\"))()
end
})
------------------------------------------------
-- FPS TOOLS
------------------------------------------------
FPSTab:CreateInput({
Name = \"Set FPS\",
PlaceholderText = \"Example: 20\",
RemoveTextAfterFocusLost = false,
Callback = function(Text)
local fps = tonumber(Text)
if fps and setfpscap then
setfpscap(fps)
Rayfield:Notify({
Title = \"FPS Changed\",
Content = \"FPS capped to \"..fps,
Duration = 3
})
end
end
})
FPSTab:CreateButton({
Name = \"Unlock FPS\",
Callback = function()
if setfpscap then
setfpscap(0)
Rayfield:Notify({
Title = \"FPS Unlocked\",
Content = \"FPS cap removed\",
Duration = 3
})
end
end
})
------------------------------------------------
-- SETTINGS
------------------------------------------------
SettingsTab:CreateButton({
Name = \"Destroy GUI\",
Callback = function()
Rayfield:Destroy()
end
})
Comments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Universal game.
Yes, this script is completely free to use.
No, this script does not require a key.
Yes, this script is designed to be compatible with mobile executors.