Main Lua
Main Lua
menu/rayfield'))()
Rayfield:Notify({
Title = "You executed Ukiyo Hub",
Content = "Welcome to Ukiyo Hub",
Duration = 5,
Image = 13047715178,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
--Notifies readiness
game.StarterGui:SetCore("SendNotification", {Title="Camlock Activated";
Text="Have Fun Kiddo :)"; Duration=5;})
--Camlock
["Camlock"] = {
Enabled = true,
HitPart = "HumanoidRootPart",
Keybind = {
Type = "Keyboard",
Bind = Enum.KeyCode.E
},
Prediction = {
AutoPred = false,
Enable_Axis = false,
X_Axis = 0.5,
Y_Axis = 0.2,
Regular_Prediction = 0.1255
},
Smoothness = {
Easing = "Enum.EasingStyle.Elastic",
X_Axis = 0.4,
Y_Axis = 0.4,
Direction = "Enum.EasingDirection.InOut"
},
FOV = {
Visible = true,
Radius = 200,
Color = Color3.fromRGB(0, 0, 255),
Transparency = 0.3,
Thickness = 0.5
}
},
Checks = {
Dead = false,
Grabbed = false,
Visible = true
}
}
```
end
end)
end
end,
})
["Silent"] = {
Enabled = true,
HitPart = "HumanoidRootPart",
Keybind = {
Enabled = true,
Type = "Keyboard", -- Or "Mouse"
Bind = Enum.KeyCode.T -- Or Enum.UserInputType.MouseButton1 /
MouseButton2 for Mouse
},
Prediction = {
AutoPred = false,
X_Axis = 6969,
Y_Axis = 6969
},
FOV = {
Visible = true,
Radius = 150,
Color = Color3.fromRGB(255, 0, 0),
Transparency = 0.5,
Thickness = 0.5
}