M
@minhklm12_alt
tween script
local runs = game:GetService("RunService")
local Ip = game:GetService("Players").LocalPlayer
local character = Ip.Character or Ip.CharacterAdded:Wait()
local tweens = game:GetService("TweenService")
local humanoidRootPart = character and character:FindFirstChild("HumanoidRootPart")
-- Anti-fall functionality
local function setAntiFall(antiFall)
if character and character:FindFirstChild("Humanoid") then
local humanoid = character.Humanoid
Example Hub
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Khang Gay Hub | Beta",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "Khang Gay",
LoadingSubtitle = "by huh",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,