Calendar Maker, small Ms Access Gurus

Fe Fat Mech Roblox Script -

Create calendars as Microsoft Access reports or PDF files. Specify month and year, number of months, first day for the week. Calendars display in the language defined in your Windows Region settings. Print however many months you want, such as 12 for a full year, on one or more pages depending on number of months and calendars per page. Show data from your queries. Open calendars in Access, send to printer, or create a PDF to show in a PDF reader or a web browser.

Use queries to show additional information such as holiday names and other calendar data from your database such as appointments, birthdays, schedules for your favorite sport or the ballet! whatever you want to see.

Create a Title to specifically describe displayed information.

There is lots of sample data for you to play with and get ideas from! Look at the sample queries to see how they're done, and read the Query Fields section. Turn your date-dependant data into easy-to-read calendars!

All you need to incorporate these calendars into your application is 4 modules. Calendars are scaled and positioned by VBA. There can be one or many per page.

So, you don't need this database to use the CalendarMaker! The download database has a form to make it easier to launch various calendar reports, and different report examples have VBA to position calendars, and loop, if there is more than one per page. However, you can just import the modules you need into your application, and put the logic you need into the code behind your reports.

Quick Jump

Draw Calendars on Access Reports using the free CalendarMaker

Goto Top  

Calendars with Holidays in different languages

Videos

CalendarMaker presentation to AccessUserGroups, hosted by Dale Fye

YouTube: CalendarMaker presentation to Access User Groups (49:05)

Access DevCon 2020, hosted by Karl Donaubauer and Peter Doering

YouTube: CalendarMaker and Document SQL at Access DevCon 2020 (15:03)

RowSourceType Callback Function

YouTube: RowSourceType Callback Function in Microsoft Access (12:33)

Goto Top  

CalendarMaker

The CalendarMaker is written in VBA and runs in Microsoft Access. It uses Report .Line and .Print methods to do all the drawing and writing. Calendars can be scaled and positioned, so you could show multiple calendars on each page.

The default report type on the menu is full-page calendars, but you can choose something else, like multiple calendars on each page in rows and columns, which can be customized. Be sure to open only one calendar report at a time. They all use the same variables.

Calendar

When the CalendarMaker application opens, one click of a button is how fast its possible to get a calendar for the current month that you can print. There could be more information on each day, but nothing was specified. Sometimes this is exactly what you want, so you can handwrite with pencil or pen, and plan or document.

Calendar by the CalendarMaker

Goto Top  

Creating a script for a "FE Fat Mech" character in Roblox involves several steps, including setting up the character model, scripting its movements or behaviors, and ensuring that the script works within Roblox's constraints, especially if you're aiming for a "Full Body" (FB) or "Full Equip" (FE) compatibility which usually implies compatibility across different types of character rigs and equipments.

Given the specificity of your request ("FE Fat Mech Roblox script"), I'll guide you through creating a basic example of a script. This script could manage some simple mechanics or behaviors for a mech character.

Before proceeding, make sure you have:

  1. Basic understanding of Lua: Roblox uses Lua for scripting.
  2. Familiarity with Roblox Studio: You'll need this to create and script your game.
  3. A character model: Specifically, a mech character model. For simplicity, let's assume it has a basic rig.

Option A: Play Official "Mech" Games

Several high-quality Roblox games have built-in size-altering mechanics:

Additional Steps

This example provides a basic framework. Roblox development is vast and complex, and there's always more to learn, especially when it comes to nuances like compatibility across different character models and platform-specific optimizations.

If you meant something else (e.g., a complete full script, a different engine, or a non-FE script), say so; otherwise I’ll proceed with the feature below.

You're looking for a useful paper or resource on Roblox script mechanics, specifically focusing on a "FE" (Frontend) or server-side scripting approach for a game mechanic. Roblox uses Lua as its scripting language, and scripts can be run on the client (LocalScripts) or on the server (Scripts or ServerScripts).

However, without a specific paper or study to reference, I can offer some general advice and point you towards some well-regarded resources that might help you understand or implement game mechanics in Roblox:

Part 3: The Reality Check – Why Most "Free" Scripts Are Scams

Search for "FE Fat Mech script 2025" on YouTube or Discord, and you will find thousands of results. However, 99% of these are dangerous. Here is why:

C. FE Bypass Mechanisms

To make the "fat mech" visible to others, the script would exploit a RemoteEvent or RemoteFunction that the game developer forgot to filter. For instance:

Bottom line: A working FE Fat Mech script exists only for specific games with vulnerable remotes. It is not a universal script.


1. FE (FilteringEnabled)

FilteringEnabled is a Roblox security feature. In a normal game, if your character jumps, your computer tells the server, "I jumped," and the server tells everyone else. With FE, the server is the "master." If a script tries to force a giant mech model onto your character without the server’s permission, the server will reject it, and only you will see the mech (while others see you T-posing).

Goto Top  

Holiday Calendar

Here's a calendar in English for December 2019 with American holidays. You could change the qCalendarHolidays_US query to eliminate some of the less-known holidays by adding criteria for the Lev field (Level) and remove anything greater than 3, or maybe 1, depending on what you want to show. The data comes from the cal_HolidayCtry table, which you could swap for your own holiday table.

Holiday Calendar for December 2019

If you show calendar data AND holidays, the font size for holiday names is smaller. This calendar has a title defined to be "Abby's Appointments". Some days have more than one appointment, so text is combined using whatever is your list separator character for Windows. For Americans, this will be a comma.

Holiday and Appointment Calendar for December 2019

Goto Top  

Worldwide Calendars with Holidays

Calendars in different languages for different countries, with holidays. I've entered holidays for 2019 and 2020 for America, and five other countries. The following calendars were created by the CalendarMaker:

English, United States

First day of the week is Sunday

2020: January - December, 12 months

December 2019, one month

Goto Top  


English, United Kingdom

First day of the week is Monday

2020: January - December, 12 months

December 2019, one month

Goto Top  


English, Canada

First day of the week is Sunday, like Americans ... but the holidays are a little different ...

2020: January - December, 12 months

December 2019, one month

Goto Top  


French, France

First day of the week is lundi

2020: janvier - décembre, 12 mois

décembre 2019, un mois

Goto Top  


Spanish, Mexico

First day of the week is domingo

2020: enero - diciembre, 12 meses

diciembre de 2019, un mes

Goto Top  


Norwegian, Norway

First day of the week is mandag

2020: Januar - desember, 12 måneder

desember 2019, en måned

Goto Top  

Fe Fat Mech Roblox Script -

Creating a script for a "FE Fat Mech" character in Roblox involves several steps, including setting up the character model, scripting its movements or behaviors, and ensuring that the script works within Roblox's constraints, especially if you're aiming for a "Full Body" (FB) or "Full Equip" (FE) compatibility which usually implies compatibility across different types of character rigs and equipments.

Given the specificity of your request ("FE Fat Mech Roblox script"), I'll guide you through creating a basic example of a script. This script could manage some simple mechanics or behaviors for a mech character.

Before proceeding, make sure you have:

  1. Basic understanding of Lua: Roblox uses Lua for scripting.
  2. Familiarity with Roblox Studio: You'll need this to create and script your game.
  3. A character model: Specifically, a mech character model. For simplicity, let's assume it has a basic rig.

Option A: Play Official "Mech" Games

Several high-quality Roblox games have built-in size-altering mechanics: fe fat mech roblox script

Additional Steps

This example provides a basic framework. Roblox development is vast and complex, and there's always more to learn, especially when it comes to nuances like compatibility across different character models and platform-specific optimizations.

If you meant something else (e.g., a complete full script, a different engine, or a non-FE script), say so; otherwise I’ll proceed with the feature below.

You're looking for a useful paper or resource on Roblox script mechanics, specifically focusing on a "FE" (Frontend) or server-side scripting approach for a game mechanic. Roblox uses Lua as its scripting language, and scripts can be run on the client (LocalScripts) or on the server (Scripts or ServerScripts). Creating a script for a "FE Fat Mech"

However, without a specific paper or study to reference, I can offer some general advice and point you towards some well-regarded resources that might help you understand or implement game mechanics in Roblox:

Part 3: The Reality Check – Why Most "Free" Scripts Are Scams

Search for "FE Fat Mech script 2025" on YouTube or Discord, and you will find thousands of results. However, 99% of these are dangerous. Here is why:

C. FE Bypass Mechanisms

To make the "fat mech" visible to others, the script would exploit a RemoteEvent or RemoteFunction that the game developer forgot to filter. For instance: Basic understanding of Lua : Roblox uses Lua for scripting

Bottom line: A working FE Fat Mech script exists only for specific games with vulnerable remotes. It is not a universal script.


1. FE (FilteringEnabled)

FilteringEnabled is a Roblox security feature. In a normal game, if your character jumps, your computer tells the server, "I jumped," and the server tells everyone else. With FE, the server is the "master." If a script tries to force a giant mech model onto your character without the server’s permission, the server will reject it, and only you will see the mech (while others see you T-posing).

Goto Top  

Logic

Everything is open, so you can look at it for yourself.

Goto Top  

Download

Download for Access 2010+

CalendarMaker_s4p_230214_3264.zip (4 kb, unzips to an Access ACCDB database file)  

Needs VBA7 to run. Fixed code for 32-64 with the help of Peter Cole, the world expert on this topic. Thanks to Garry for telling me that running in 64-bit didn't work.

Download Peter's Scanner and Viewer (comes with scanner) to find problems and lookup correct syntax for API calls.
https://www.thememydatabase.co.uk/access32to64.html
it's free -- click the Download button and then click Add to Cart in the screen that pops up. There won't be a charge.

Download for 2007

If you're using Access 2007, get this version. Sample data for dates in 2020 or 2021

CalendarMaker2007_s4p.zip (3 kb, unzips to an Access ACCDB database file)  


Download CalendarMaker with Day Color

If you want to download a version where you can specify background day colors in your data, as shown below, go to
https://msaccessgurus.com/tool/CalendarMaker_DayColor.htm

CalendarMaker with day colors

License

This is a regular ACCDB file with source code. It may be used freely, but you may not sell it in whole or in part. You may include it in applications you use yourself, and that you develop to help others. Keep attribution. Use at your own risk.

Remember to unblock the ZIP file, (remove Mark of the Web) before extracting the file(s). Here are steps to do that: https://msaccessgurus.com/MOTW_Unblock.htm

Goto Top  

Reference

Drawing Reference on MsAccessGurus

Report Draw Reference for VBA syntax and help for drawing on Access reports.

Microsoft Help

Docs / Office VBA Reference / Language reference / Reference / Functions / WeekdayName

Help: WeekdayName function

Docs / Office VBA Reference / Access / Object model / Report object / Methods / Line

Help: Report.Line method

Docs / Office VBA Reference / Access / Object model / Report object / Methods / Print

Help: Report.Print method

Docs / Office VBA Reference / Access / Object model / Report object / Methods / TextHeight

Help: Report.TextHeight method

Docs / Office VBA Reference / Access / Object model / Report object / Methods / TextWidth

Help: Report.TextWidth method

Docs / Office VBA Reference / Access / Object model / Report object / Properties / CurrentX

Help: Report.CurrentX property

Docs / Office VBA Reference / Access / Object model / Report object / Properties / CurrentY

Help: Report.CurrentY property

Docs / Office VBA Reference / Access / Object model / Report object / Properties / FontSize

Help: Report.FontSize property

Docs / Office VBA Reference / Access / Object model / Report object / Properties / ForeColor

Help: Report.ForeColor property

Goto Top  

Backstory

Someone wrote and asked me to make my popup calendar to pick dates to use Monday as the start day for the week since he's in France and that's the way they do it.

I'm fascinated by the power of drawing on reports, and so I dove into making calendars ... do you like it?

If you want to customize this in a way that isn't demonstrated, or need help understanding, contact me. I'm happy to help.

Special thanks to Duane Hookom, Dale Fye, Daniel Pineault, Arvin Meyer, and Adrian Bell.

Please donate to help with costs, thank you!

Share with others

here's the link to copy:

https://msaccessgurus.com/tool/CalendarMaker.htm

Share

Communicate, collaborate, and appreciate ... email me anytime at info@msAccessGurus.com. I enjoy hearing from Access users and developers.

Do you need help?

Do you have a project that could benefit from an expert developer helping you? Let's connect and build your application together. As needed, I'll pull in code and features from my vast libraries, cutting out lots of development time. Let's build whatever you're working on together! I look forward to hearing from you.

Email me anytime at training@msAccessGurus.com
~ crystal

Are you looking for one-on-one help?

Let's connect and team-develop while we build your application together.

Goto Top